Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
361 | giacomo | 1 | # Joystick Control |
2 | |||
3 | ifndef BASE |
||
4 | BASE=../.. |
||
5 | endif |
||
6 | |||
7 | include $(BASE)/config/config.mk |
||
8 | |||
9 | LIBRARY = joy |
||
10 | |||
11 | OBJS_PATH = $(BASE)/drivers/joy |
||
12 | |||
13 | JOY = joy.o |
||
14 | |||
15 | OBJS = $(JOY) |
||
16 | |||
17 | C_OPT += -I./include -I. -I.. |
||
18 | |||
19 | include $(BASE)/config/lib.mk |
||
20 |