X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.cfg;h=14d5065fe95b5fe04980fbbe682eaedad48e60cf;hb=a448627c1d3d7bd7ad98c1d1251dc46492a6ef43;hp=716eb5fc98fcd87209e9c52b3b33644132e76434;hpb=13cfd41138fbb925b9a9e239ecd58d1a768ac5aa;p=tpg%2Facess2.git diff --git a/Makefile.cfg b/Makefile.cfg index 716eb5fc..14d5065f 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -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, @@ -54,9 +54,11 @@ MODULES := MODULES += Filesystems/Ext2 MODULES += Filesystems/FAT MODULES += Filesystems/NTFS +MODULES += Storage/LVM -include $(ACESSDIR)/BuildConf/$(ARCH)/$(CONFIG).mk +include $(ACESSDIR)/BuildConf/$(ARCH)/$(PLATFORM).mk +MODULES += Input/Keyboard Input/Mouse MODULES += IPStack # So the other modules are loaded before it #DYNMODS := USB/Core #DYNMODS += Filesystems/InitRD