Remove unneeded makefile include
parent
aee9b10e92
commit
bb86be1f1f
|
@ -74,7 +74,3 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512
|
|||
SLEEP_LED_ENABLE = no
|
||||
API_SYSEX_ENABLE ?= no
|
||||
RGBLIGHT_ENABLE ?= yes
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
include ../../../Makefile
|
||||
endif
|
||||
|
|
|
@ -66,10 +66,6 @@ LCD_BACKLIGHT_ENABLE ?= yes
|
|||
MIDI_ENABLE = no
|
||||
RGBLIGHT_ENABLE = no
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
include ../../../Makefile
|
||||
endif
|
||||
|
||||
ifdef LCD_ENABLE
|
||||
include $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue