Tabs to spaces, more consistent formatting, childs -> children, typos in
[AROS.git] / test / boot / mmakefile.src
blobb422514dec5d3486d393fb6f7aef99c409a57b6d
1 #   $Id:$
3 #   Makefile to make test boot module.
5 include $(TOP)/config/make.cfg
7 FILES  := testboot
8 EXEDIR := $(BINDIR)/boot
10 USER_CFLAGS  := -isystem $(SRCDIR)/arch/all-native/bootconsole/include
11 USER_LDFLAGS := -L $(GENDIR)/lib
13 #MM test-boot : linklibs-bootconsole
15 %build_prog mmake=test-boot \
16     progname=testboot targetdir=$(EXEDIR) \
17     files=$(FILES) uselibs="bootconsole" \
18     usestartup=no
20 %common