]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/tool/chibios/common.mk
core: Fix chibios user compile options
[max/tmk_keyboard.git] / tmk_core / tool / chibios / common.mk
index f0d39f318101c0845da871394f3b2aaaea7abcf6..7e3cccc9193a1098d0b62e3cc80871e2b1ecc668 100644 (file)
@@ -18,7 +18,6 @@ SRC +=        $(COMMON_DIR)/host.c \
 
 # Option modules
 ifdef BOOTMAGIC_ENABLE
-    $(error Bootmagic Not Supported)
     SRC += $(COMMON_DIR)/bootmagic.c
     SRC += $(COMMON_DIR)/chibios/eeconfig.c
     OPT_DEFS += -DBOOTMAGIC_ENABLE
@@ -84,6 +83,3 @@ OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown')
 ifdef BOOTLOADER_ADDRESS
     OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
 endif
-
-# Search Path
-VPATH += $(TMK_DIR)/common