Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / rom / boot / mmakefile.src
blob035912dcafe71b777c60a19a8749785a85d608bf
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 %build_module_simple mmake=kernel-boot \
11   modname=boot modtype=library \
12   files=strap compiler=target uselibs="rom"
14 %common