some fixes to accented characters
[tangerine.git] / rom / boot / mmakefile.src
blobcdfe03e4d3d65016075e376385538831c63e7937
1 #   $Id$
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)
14 else
15     USER_CFLAGS := -I$(SYS_INCLUDES) -I$(GENINCDIR)
16 endif
18 %build_module_simple mmake=kernel-boot \
19   modname=boot modtype=library \
20   files=strap compiler=target uselibs="rom"
22 %common