3 # Makefile to make test boot module.
5 include $(TOP)/config/make.cfg
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" \