Rev 1665 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1665 | pj | 1 | ifndef BASE |
1667 | giacomo | 2 | BASE=../../.. |
1665 | pj | 3 | endif |
4 | include $(BASE)/config/config.mk |
||
5 | |||
6 | PROGS = pong |
||
7 | |||
8 | include $(BASE)/config/example.mk |
||
9 | |||
10 | pong: |
||
1667 | giacomo | 11 | make -f $(SUBMAKE) APP=pong BASE=$(BASE) INIT= OTHEROBJS="initfile.o jetctrl.o" OTHERINCL= SHARKOPT="__LINUXC26__ __INPUT__ __PCI__ __FB__ __NET__" |
1665 | pj | 12 |