Build - Renamed $(CONFIG) to $(PLATFORM)
[tpg/acess2.git] / BuildConf / armv7 / default.mk
index 0a85c92..29ef50a 100644 (file)
@@ -1,7 +1,9 @@
 
-ifeq ($(CONFIG),default)
-       $(error Please select a configuration)
+ifeq ($(PLATFORM),default)
+       $(error Please select a platform)
 endif
 
+# Core ARMv7 modules
+
 MODULES += armv7/GIC
 MODULES += Filesystems/InitRD

UCC git Repository :: git.ucc.asn.au