define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / rom / boot / mmakefile.src
blobf3cf9170f0d369bae75270a0914a5253e54502e9
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 kernel-bootloader-includes
10 %build_module_simple mmake=kernel-boot \
11   modname=boot modtype=library \
12   files=strap compiler=target uselibs="rom"
14 %common