2 # Acess2 Build Configuration
5 # Install destination configuration
10 ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
11 ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
13 -include $(ACESSDIR)/Makefile.Version.cfg
15 # Default build programs
19 DISASM := objdump -d -S
28 # Load Architecture settings
32 include $(ACESSDIR)/BuildConf/$(ARCH)/Makefile.cfg
38 ifneq ($(ARCHDIR),$(ARCH))
39 include $(ACESSDIR)/BuildConf/$(ARCHDIR)/Makefile.cfg
47 # Makefile.user.cfg is not part of the Acess git repo,
48 # It is for overriding the options in this file
49 -include $(ACESSDIR)/Makefile.user.cfg
54 MODULES += Filesystems/Ext2
55 MODULES += Filesystems/FAT
56 MODULES += Filesystems/NTFS
58 include $(ACESSDIR)/BuildConf/$(ARCH)/$(PLATFORM).mk
60 MODULES += IPStack # So the other modules are loaded before it
62 #DYNMODS += Filesystems/InitRD