Build - Renamed $(CONFIG) to $(PLATFORM)
[tpg/acess2.git] / BuildConf / armv7 / Makefile.cfg
index f5fa261..9be93a7 100644 (file)
@@ -9,5 +9,8 @@ STRIP = arm-elf-strip
 
 ASSUFFIX = S
 
-CONFIG=realview_pb
+# Default Configuration
+ifeq ($(PLATFORM),)
+       PLATFORM=realview_pb
+endif
 

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