Rev 1144 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1085 | pj | 1 | # |
2 | # |
||
3 | # PCI6025E Examples and Test programs |
||
4 | # |
||
5 | # |
||
6 | |||
7 | ifndef BASE |
||
8 | BASE=../.. |
||
9 | endif |
||
10 | include $(BASE)/config/config.mk |
||
11 | |||
12 | PROGS= test_dac wave test_dio test_ppi test_ec test_bec test_mes test_bms |
||
13 | |||
14 | include $(BASE)/config/example.mk |
||
15 | |||
16 | test_dac: |
||
1145 | giacomo | 17 | make -f $(SUBMAKE) APP=test_dac OTHEROBJS=initfile.o SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
1085 | pj | 18 | wave: |
1145 | giacomo | 19 | make -f $(SUBMAKE) APP=wave OTHEROBJS=initfile.o SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
1085 | pj | 20 | test_dio: |
1145 | giacomo | 21 | make -f $(SUBMAKE) APP=test_dio OTHEROBJS=initfile.o SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
1085 | pj | 22 | test_ppi: |
1145 | giacomo | 23 | make -f $(SUBMAKE) APP=test_ppi OTHEROBJS=initfile.o SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
1085 | pj | 24 | test_ec: |
1145 | giacomo | 25 | make -f $(SUBMAKE) APP=test_ec OTHEROBJS=initfile.o SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
1085 | pj | 26 | test_bec: |
1145 | giacomo | 27 | make -f $(SUBMAKE) APP=test_bec OTHEROBJS=initfile.o SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
1085 | pj | 28 | test_mes: |
1145 | giacomo | 29 | make -f $(SUBMAKE) APP=test_mes OTHEROBJS=initfile.o SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
1085 | pj | 30 | test_bms: |
1145 | giacomo | 31 | make -f $(SUBMAKE) APP=test_bms OTHEROBJS=initfile.o SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
1085 | pj | 32 |