aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx.mk b/gfx.mk
index 5a7e8610..6f199fb0 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -5,6 +5,9 @@ endif
GFXSRC += $(GFXLIB)/src/gdisp.c \
$(GFXLIB)/src/gdisp_fonts.c \
+ $(GFXLIB)/src/gevent.c \
+ $(GFXLIB)/src/gtimer.c \
+ $(GFXLIB)/src/ginput.c \
$(GFXLIB)/src/gwin.c \
$(GFXLIB)/src/touchscreen.c \
$(GFXLIB)/src/graph.c \