Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1655 | giacomo | 1 | # |
2 | # |
||
3 | # |
||
4 | |||
5 | ifndef BASE |
||
6 | BASE=../../.. |
||
7 | endif |
||
8 | include $(BASE)/config/config.mk |
||
9 | |||
10 | PROGS=test0 test1 test2 test3 test4 |
||
11 | OBJS=common.o |
||
12 | |||
13 | include $(BASE)/config/example.mk |
||
14 | |||
15 | test0: |
||
16 | make -f $(SUBMAKE) BASE=$(BASE) APP=test0 INIT=initfs.o OTHEROBJS=common.o |
||
17 | |||
18 | test1: |
||
19 | make -f $(SUBMAKE) BASE=$(BASE) APP=test1 INIT=initfs.o OTHEROBJS=common.o |
||
20 | |||
21 | test2: |
||
22 | make -f $(SUBMAKE) BASE=$(BASE) APP=test2 INIT=initfs.o OTHEROBJS=common.o |
||
23 | |||
24 | test3: |
||
25 | make -f $(SUBMAKE) BASE=$(BASE) APP=test3 INIT=initfs.o OTHEROBJS=common.o |
||
26 | |||
27 | test4: |
||
28 | make -f $(SUBMAKE) BASE=$(BASE) APP=test4 INIT=initfs.o OTHEROBJS=common.o |