From 8275c8820f230342939a2410dd0b24c0f26a14e5 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Mon, 26 Nov 2012 18:45:26 +1000 Subject: Ginput and structure changes GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system --- gfx.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gfx.mk') diff --git a/gfx.mk b/gfx.mk index 6f199fb0..8b369958 100644 --- a/gfx.mk +++ b/gfx.mk @@ -7,9 +7,11 @@ 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 \ GFXINC += $(GFXLIB)/include + +include $(GFXLIB)/src/gwin/gwin.mk +include $(GFXLIB)/src/ginput/ginput.mk -- cgit v1.2.3