Rev 1086 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1085 | pj | 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: |
||
1088 | pj | 16 | make -f $(SUBMAKE) BASE=$(BASE) APP=test0 INIT=initfs.o OTHEROBJS=common.o |
1085 | pj | 17 | |
18 | test1: |
||
1088 | pj | 19 | make -f $(SUBMAKE) BASE=$(BASE) APP=test1 INIT=initfs.o OTHEROBJS=common.o |
1085 | pj | 20 | |
21 | test2: |
||
1088 | pj | 22 | make -f $(SUBMAKE) BASE=$(BASE) APP=test2 INIT=initfs.o OTHEROBJS=common.o |
1085 | pj | 23 | |
24 | test3: |
||
1088 | pj | 25 | make -f $(SUBMAKE) BASE=$(BASE) APP=test3 INIT=initfs.o OTHEROBJS=common.o |
1085 | pj | 26 | |
27 | test4: |
||
1088 | pj | 28 | make -f $(SUBMAKE) BASE=$(BASE) APP=test4 INIT=initfs.o OTHEROBJS=common.o |