summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-02-15 05:47:41 +0100
committertmk <nobody@nowhere>2013-02-15 05:47:41 +0100
commit768ea72f109fee2411c77bf2fabcbede5f98650d (patch)
tree59350a8538ef9a8380250771fb57490759041fec /common.mk
parentc74ad260fb45b2deec0309d9a9cbac3c0434886b (diff)
downloadqmk_firmware-768ea72f109fee2411c77bf2fabcbede5f98650d.tar.gz
qmk_firmware-768ea72f109fee2411c77bf2fabcbede5f98650d.tar.xz
Add layer_stack files taking apart from action.c
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 86518f03f..de22f2c8c 100644
--- a/common.mk
+++ b/common.mk
@@ -3,6 +3,7 @@ SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/keyboard.c \
$(COMMON_DIR)/action.c \
$(COMMON_DIR)/action_macro.c \
+ $(COMMON_DIR)/layer_stack.c \
$(COMMON_DIR)/keymap.c \
$(COMMON_DIR)/command.c \
$(COMMON_DIR)/timer.c \