summaryrefslogtreecommitdiff
path: root/Makefile.common
blob: 5c34be4e9d8bf797ae1af361b783891400f4137d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SRC +=	keyboard.c \
	layer.c \
	timer.c \
	print.c \
	util.c

# Option modules
ifdef MOUSEKEY_ENABLE
    SRC += mousekey.c
endif

ifdef PS2_MOUSE_ENABLE
    SRC += ps2.c \
	   ps2_mouse.c
endif

include $(COMMON_DIR)/Makefile.rules