Kernel/armv7 - Task switching now supported
[tpg/acess2.git] / Makefile.cfg
index d8a8e0d..c349d5a 100644 (file)
@@ -21,16 +21,17 @@ MKDIR := mkdir -p
 RMDIR := rm -rf
 lCP := cp
 
+
 # Load Architecture settings
 ifeq ($(ARCH),)
        ARCH := i386
 endif
--include $(ACESSDIR)/Makefile.$(ARCH).cfg
+include $(ACESSDIR)/Makefile.$(ARCH).cfg
 ifeq ($(ARCHDIR),)
        ARCHDIR := x86
 endif
 ifneq ($(ARCH),host)
--include $(ACESSDIR)/Makefile.$(ARCHDIR).cfg
+include $(ACESSDIR)/Makefile.$(ARCHDIR).cfg
 endif
 
 # Makefile.user.cfg is not part of the Acess git repo,
@@ -65,3 +66,4 @@ endif
 
 MODULES += IPStack     # So the other modules are loaded before it
 DYNMODS := USB/Core
+#DYNMODS += Filesystems/InitRD

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