Build - Renamed $(CONFIG) to $(PLATFORM)
[tpg/acess2.git] / Makefile.cfg
index 716eb5f..d14b29c 100644 (file)
@@ -40,8 +40,8 @@ ifneq ($(ARCH),host)
  endif
 endif
 
-ifeq ($(CONFIG),)
-       CONFIG := default
+ifeq ($(PLATFORM),)
+       PLATFORM := default
 endif
 
 # Makefile.user.cfg is not part of the Acess git repo,
@@ -55,7 +55,7 @@ MODULES += Filesystems/Ext2
 MODULES += Filesystems/FAT
 MODULES += Filesystems/NTFS
 
-include $(ACESSDIR)/BuildConf/$(ARCH)/$(CONFIG).mk
+include $(ACESSDIR)/BuildConf/$(ARCH)/$(PLATFORM).mk
 
 MODULES += IPStack     # So the other modules are loaded before it
 #DYNMODS := USB/Core

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