Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
538 | mauro | 1 | # The Serial Devices |
2 | |||
3 | ifndef BASE |
||
4 | BASE=../.. |
||
5 | endif |
||
6 | |||
7 | include $(BASE)/config/config.mk |
||
8 | |||
9 | LIBRARY = serial |
||
10 | |||
11 | OBJS_PATH = $(BASE)/drivers/serial |
||
12 | |||
13 | OBJS = scom.o |
||
14 | |||
15 | OTHERINCL += -I$(BASE)/drivers/serial/include |
||
16 | |||
17 | include $(BASE)/config/lib.mk |
||
18 |