Go to most recent revision | Blame | Last modification | View Log | RSS feed
#
#
#
ifndef BASE
BASE=../../..
endif
include $(BASE)/config/config.mk
PROGS=test0 test1 test2 test3 test4
OBJS=common.o
include $(BASE)/config/example.mk
test0:
make -f $(SUBMAKE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
test1:
make -f $(SUBMAKE) APP=test1 INIT=initfs.o OTHEROBJS=common.o
test2:
make -f $(SUBMAKE) APP=test2 INIT=initfs.o OTHEROBJS=common.o
test3:
make -f $(SUBMAKE) APP=test3 INIT=initfs.o OTHEROBJS=common.o
test4:
make -f $(SUBMAKE) APP=test4 INIT=initfs.o OTHEROBJS=common.o