X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.cfg;h=d8a8e0d4074086f7e6acef74a6e5da2f86653b22;hb=cd0a4d84497fe89a8680ac0b881007ab6e97f44d;hp=dab99ecabfaaa325ce130df1f1b054055a854910;hpb=9cae7d64750db729b6bee582a8e7203ec3de36b4;p=tpg%2Facess2.git diff --git a/Makefile.cfg b/Makefile.cfg index dab99eca..d8a8e0d4 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -54,5 +54,14 @@ MODULES += Input/PS2KbMouse MODULES += x86/ISADMA x86/VGAText endif +ifeq ($(ARCHDIR),x86_64) +MODULES += Storage/ATA Storage/FDD +MODULES += Network/NE2000 Network/RTL8139 +MODULES += Display/BochsGA +MODULES += Interfaces/UDI +MODULES += Input/PS2KbMouse +MODULES += x86/ISADMA x86/VGAText +endif + MODULES += IPStack # So the other modules are loaded before it DYNMODS := USB/Core