]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common.mk
Revert the Makefile to the original one.
[qmk_firmware.git] / tmk_core / common.mk
index f8006c6708a93ed1c4527ca3c61967a76fe67755..9cb2eb8ecd0916b3bff2bddf7962425a38e40f94 100644 (file)
@@ -21,6 +21,9 @@ ifeq ($(strip $(BOOTMAGIC_ENABLE)), yes)
     SRC += $(COMMON_DIR)/bootmagic.c
     SRC += $(COMMON_DIR)/avr/eeconfig.c
     OPT_DEFS += -DBOOTMAGIC_ENABLE
+else
+    SRC += $(COMMON_DIR)/magic.c
+    SRC += $(COMMON_DIR)/avr/eeconfig.c
 endif
 
 ifeq ($(strip $(MOUSEKEY_ENABLE)), yes)