Hackover-Badge 2013
[hackover2013-badge-firmware.git] / lcd / Makefile
1 ##########################################################################
2 # User configuration and firmware specific object files
3 ##########################################################################
4
5 OBJS =
6
7 OBJS += display.o
8 #OBJS += render.o
9 #OBJS += decoder.o
10 #OBJS += backlight.o
11 #OBJS += print.o
12 #OBJS += image.o
13 #OBJS += o.o
14
15 LIBNAME=lcd
16
17 ##########################################################################
18 # GNU GCC compiler flags
19 ##########################################################################
20 ROOT_PATH?= ..
21 INCLUDE_PATHS = -I$(ROOT_PATH) -I../core -I.
22
23 include $(ROOT_PATH)/Makefile.inc
24
25 ##########################################################################
26 # Actual work
27 ##########################################################################
28
29 include $(ROOT_PATH)/Makefile.util
This page took 0.039393 seconds and 5 git commands to generate.