- Set a default PCM volume so that something can be heard when driver is
[AROS.git] / test / boot / mmakefile.src
bloba9fa1a18f014d8f7620716ae5adf3e8c3a088e67
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 rom" \
18     usestartup=no
20 %common