From 21a03d2b854a433981a6500de8ec3fe8a13027a6 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 1 Nov 2017 11:20:14 -0500 Subject: [PATCH] rename configure/CONFIG_PVDATA_VERSION --- configure/{CONFIG_PVD => CONFIG_PVDATA_VERSION} | 0 configure/Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename configure/{CONFIG_PVD => CONFIG_PVDATA_VERSION} (100%) diff --git a/configure/CONFIG_PVD b/configure/CONFIG_PVDATA_VERSION similarity index 100% rename from configure/CONFIG_PVD rename to configure/CONFIG_PVDATA_VERSION diff --git a/configure/Makefile b/configure/Makefile index 2eb5432..d561906 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -2,7 +2,7 @@ TOP=.. include $(TOP)/configure/CONFIG -CFG += CONFIG_PVD +CFG += CONFIG_PVDATA_VERSION TARGETS = $(CONFIG_TARGETS) CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))