aboutsummaryrefslogtreecommitdiff
path: root/build_keyboard.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index 62a7ba6a0..46d1e4566 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -338,9 +338,11 @@ ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","")
338endif 338endif
339 339
340# project specific files 340# project specific files
341SRC += $(KEYBOARD_SRC) \ 341SRC += \
342 $(KEYBOARD_SRC) \
342 $(KEYMAP_C) \ 343 $(KEYMAP_C) \
343 $(QUANTUM_SRC) 344 $(QUANTUM_SRC) \
345 $(QUANTUM_DIR)/main.c \
344 346
345# Optimize size but this may cause error "relocation truncated to fit" 347# Optimize size but this may cause error "relocation truncated to fit"
346#EXTRALDFLAGS = -Wl,--relax 348#EXTRALDFLAGS = -Wl,--relax