ugfx/gfx.mk

13 lines
329 B
Makefile
Raw Normal View History

2012-10-04 07:10:04 +00:00
# don't re-define GFXLIB if it has been set elsewhere, e.g in Makefile
ifeq ($(GFXLIB),)
GFXLIB = $(CHIBIOS)/ext/gfx
endif
GFXSRC += $(GFXLIB)/src/gdisp.c \
$(GFXLIB)/src/gdisp_fonts.c \
$(GFXLIB)/src/touchpad.c \
$(GFXLIB)/src/console.c \
2012-10-23 22:12:50 +00:00
$(GFXLIB)/src/graph.c \
2012-10-04 07:10:04 +00:00
GFXINC += $(GFXLIB)/include