2 include $(TOP)/config/make.cfg
4 # This directory contains a number of modules that only have an effect during
5 # boot time. Things such as the system boot strap, the bootmenu and syscheck
6 # modules would go in here.
8 #MM- kernel-boot : includes linklibs
10 # The next is a hack so the AROS ctype is used on native platforms
11 # This should be removed when a proper kernel compiler is present
12 ifeq ($(AROS_TARGET_ARCH),pc)
13 USER_CFLAGS := -I$(AROS_INCLUDES)
15 USER_CFLAGS := -I$(SYS_INCLUDES) -I$(GENINCDIR)
18 %build_module_simple mmake=kernel-boot \
19 modname=boot modtype=library \
20 files=strap compiler=target uselibs="rom"