Rev 1681 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
692 | mauro | 1 | # Snapshot Library |
2 | |||
3 | ifndef BASE |
||
4 | BASE=../.. |
||
5 | endif |
||
6 | |||
7 | include $(BASE)/config/config.mk |
||
8 | |||
9 | LIBRARY = snapshot |
||
10 | |||
11 | OBJS_PATH = $(BASE)/ports/snapshot |
||
12 | |||
13 | SNAPSHOT = snapshot.o |
||
14 | |||
15 | OBJS = $(SNAPSHOT) |
||
16 | |||
17 | C_OPT += -I./include -I. -I.. -I../../drivers/fb/include |
||
18 | |||
19 | include $(BASE)/config/lib.mk |
||
20 |