Rev 1618 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
281 | giacomo | 1 | # Servo Control |
2 | |||
3 | ifndef BASE |
||
4 | BASE=../.. |
||
5 | endif |
||
6 | |||
7 | include $(BASE)/config/config.mk |
||
8 | |||
9 | LIBRARY = servo |
||
10 | |||
11 | OBJS_PATH = $(BASE)/ports/servo |
||
12 | |||
13 | SERVO = servo.o |
||
14 | |||
15 | OBJS = $(SERVO) |
||
16 | |||
717 | giacomo | 17 | C_OPT += -I./include -I. -I$(BASE)/drivers/serial/include |
281 | giacomo | 18 | |
19 | include $(BASE)/config/lib.mk |
||
20 |