Kernel/x86 - Added option to disable preemption, and used it
[tpg/acess2.git] / Makefile.cfg
index 716eb5f..2642f5a 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,
@@ -54,8 +54,9 @@ 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 += IPStack     # So the other modules are loaded before it
 #DYNMODS := USB/Core

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