diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common_features.mk b/common_features.mk index eb2ea2811..5a1231de4 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -464,7 +464,7 @@ ifneq ($(strip $(BOOTMAGIC_ENABLE)), no) | |||
464 | ifeq ($(filter $(BOOTMAGIC_ENABLE),$(VALID_MAGIC_TYPES)),) | 464 | ifeq ($(filter $(BOOTMAGIC_ENABLE),$(VALID_MAGIC_TYPES)),) |
465 | $(error BOOTMAGIC_ENABLE="$(BOOTMAGIC_ENABLE)" is not a valid type of magic) | 465 | $(error BOOTMAGIC_ENABLE="$(BOOTMAGIC_ENABLE)" is not a valid type of magic) |
466 | endif | 466 | endif |
467 | ifeq ($(strip $(BOOTMAGIC_ENABLE)), lite) | 467 | ifneq ($(strip $(BOOTMAGIC_ENABLE)), full) |
468 | OPT_DEFS += -DBOOTMAGIC_LITE | 468 | OPT_DEFS += -DBOOTMAGIC_LITE |
469 | QUANTUM_SRC += $(QUANTUM_DIR)/bootmagic/bootmagic_lite.c | 469 | QUANTUM_SRC += $(QUANTUM_DIR)/bootmagic/bootmagic_lite.c |
470 | else | 470 | else |
@@ -689,4 +689,4 @@ ifeq ($(strip $(USBPD_ENABLE)), yes) | |||
689 | # Board designers can add their own driver to $(SRC) | 689 | # Board designers can add their own driver to $(SRC) |
690 | endif | 690 | endif |
691 | endif | 691 | endif |
692 | endif \ No newline at end of file | 692 | endif |