Blame | Last modification | View Log | RSS feed
#
#
#
ifndef BASE
BASE=../../..
endif
include $(BASE)/config/config.mk
PROGS=hello
PROGS+=test0 test1
PROGS+=testw0 testw1
PROGS+=tree1 tree2
PROGS+=testu
OBJS=common.o
include $(BASE)/config/example.mk
#
#
#
hello:
make -f $(SUBMAKE) APP=hello INIT=initfs.o OTHEROBJS=common.o
test0:
make -f $(SUBMAKE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
test1:
make -f $(SUBMAKE) APP=test1 INIT=initfs.o OTHEROBJS=common.o
testu:
make -f $(SUBMAKE) APP=testu INIT=initfs.o OTHEROBJS=common.o
testw0:
make -f $(SUBMAKE) APP=testw0 INIT=initfs.o OTHEROBJS=common.o
testw1:
make -f $(SUBMAKE) APP=testw1 INIT=initfs.o OTHEROBJS=common.o
tree1:
make -f $(SUBMAKE) APP=tree1 INIT=initfs.o OTHEROBJS=common.o
tree2:
make -f $(SUBMAKE) APP=tree2 INIT=initfs.o OTHEROBJS=common.o