Rev 64 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
44 | pj | 1 | # The console Devices (console) |
2 | |||
3 | ifndef BASE |
||
4 | BASE=../.. |
||
5 | endif |
||
64 | pj | 6 | |
44 | pj | 7 | include $(BASE)/config/config.mk |
8 | |||
9 | |||
10 | LIBRARY = cons |
||
11 | |||
12 | OBJS_PATH = $(BASE)/drivers/cons |
||
13 | |||
538 | mauro | 14 | OBJS = cons1.o cons2.o message.o cprintf.o crtwin.o |
44 | pj | 15 | |
538 | mauro | 16 | OTHERINCL += -I$(BASE)/drivers/cons/include |
17 | |||
44 | pj | 18 | include $(BASE)/config/lib.mk |
19 |