aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk12
1 files changed, 4 insertions, 8 deletions
diff --git a/gfx.mk b/gfx.mk
index 8b369958..545e3157 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -3,15 +3,11 @@ ifeq ($(GFXLIB),)
GFXLIB = $(CHIBIOS)/ext/gfx
endif
-GFXSRC += $(GFXLIB)/src/gdisp.c \
- $(GFXLIB)/src/gdisp_fonts.c \
- $(GFXLIB)/src/gevent.c \
- $(GFXLIB)/src/gtimer.c \
- $(GFXLIB)/src/gwin.c \
- $(GFXLIB)/src/touchscreen.c \
- $(GFXLIB)/src/graph.c \
-
GFXINC += $(GFXLIB)/include
+GFXSRC +=
+include $(GFXLIB)/src/gdisp/gdisp.mk
+include $(GFXLIB)/src/gevent/gevent.mk
+include $(GFXLIB)/src/gtimer/gtimer.mk
include $(GFXLIB)/src/gwin/gwin.mk
include $(GFXLIB)/src/ginput/ginput.mk