configure: when detecting linux include directory for kernel compiler use target...
[AROS.git] / test / boot / mmakefile.src
blob973399565ce2b7f76a272ddc60cfc362607d57fc
1 #   $Id$
3 #   Makefile to make test boot module.
5 include $(SRCDIR)/config/aros.cfg
7 FILES  := testboot
8 EXEDIR := $(AROSDIR)/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