Rev 1655 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1655 | giacomo | 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= osc |
||
13 | |||
14 | include $(BASE)/config/example.mk |
||
15 | |||
16 | osc: |
||
17 | make -f $(SUBMAKE) APP=osc OTHEROBJS="initosc.o adc.o" SHARKOPT="__6025E__ __OLDCHAR__ __GRX__" |
||
18 |