Usermode/include - A pile of hack known as the Acess fcntl.h
[tpg/acess2.git] / Makefile.cfg
index 6986150..70570c8 100644 (file)
@@ -25,7 +25,7 @@ ASSUFFIX = asm
 
 # Load Architecture settings
 ifeq ($(ARCH),)
-       ARCH := i386
+       ARCH := x86
 endif
 include $(ACESSDIR)/Makefile.$(ARCH).cfg
 ifeq ($(ARCHDIR),)
@@ -72,6 +72,8 @@ endif
 ifeq ($(ARCHDIR),armv7)
 MODULES += Input/PS2KbMouse
 MODULES += armv7/GIC
+MODULES += Filesystems/InitRD
+MODULES += Display/PL110
 endif
 
 MODULES += IPStack     # So the other modules are loaded before it

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