aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-09 18:47:05 -0800
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-09 18:47:05 -0800
commit0eeb2a2b8f0c6bfb77256522c720e6915d57c217 (patch)
tree03ce8e6d759d5482185ae4a4797555ac0a922bfa /gfx.mk
parentd3b4c499ab0267dbcad3d5972bb0317fdba9043e (diff)
parentaffd9792ff42fab8f376bd2c87a71b25fd52baf7 (diff)
downloaduGFX-0eeb2a2b8f0c6bfb77256522c720e6915d57c217.tar.gz
uGFX-0eeb2a2b8f0c6bfb77256522c720e6915d57c217.tar.bz2
uGFX-0eeb2a2b8f0c6bfb77256522c720e6915d57c217.zip
Merge pull request #1 from Tectu/master
Included Tectu changes
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.mk b/gfx.mk
index 070b142c..acf131d9 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -6,7 +6,7 @@ endif
GFXSRC += $(GFXLIB)/src/gdisp.c \
$(GFXLIB)/src/gdisp_fonts.c \
$(GFXLIB)/src/gwin.c \
- $(GFXLIB)/src/touchpad.c \
+ $(GFXLIB)/src/touchscreen.c \
$(GFXLIB)/src/console.c \
$(GFXLIB)/src/graph.c \