aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/ginput.mk
blob: 480958582e6f1af5ebfb31d449c3cb61bf4ed6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This file is subject to the terms of the GFX License. If a copy of
# the license was not distributed with this file, you can obtain one at:
#
#              http://ugfx.org/license.html

GFXSRC +=   $(GFXLIB)/src/ginput/ginput.c \
			$(GFXLIB)/src/ginput/ginput_mouse.c \
			$(GFXLIB)/src/ginput/ginput_keyboard.c \
			$(GFXLIB)/src/ginput/ginput_keyboard_microcode.c \
			$(GFXLIB)/src/ginput/ginput_toggle.c \
			$(GFXLIB)/src/ginput/ginput_dial.c