]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Remove unneeded makefile include
authorFred Sundvik <fsundvik@gmail.com>
Sun, 28 Aug 2016 20:08:34 +0000 (23:08 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Sun, 9 Apr 2017 15:34:59 +0000 (18:34 +0300)
keyboards/ergodox/ez/rules.mk
keyboards/ergodox/infinity/rules.mk

index 64b2db8158e398a395c9db5080711cc370264b63..6cd1c0c4f72e2ef586d50f9ef650253d403bc54f 100644 (file)
@@ -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
index 1b011cd5890c4272181c98dc5e0573367577f4b7..d51574acae5ecff8b052b13afd9bdd6c8b712490 100644 (file)
@@ -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