forked from mirrors/qmk_firmware
Fix include paths for new tmk_core update
This commit is contained in:
parent
c5db02925c
commit
725929ec8b
1 changed files with 4 additions and 4 deletions
|
@ -23,16 +23,16 @@
|
|||
GFXLIB = $(VISUALIZER_DIR)/ugfx
|
||||
ifdef LCD_ENABLE
|
||||
include $(GFXLIB)/gfx.mk
|
||||
OPT_DEFS += -DLCD_ENABLE
|
||||
OPT_LIBS += -lm
|
||||
UDEFS += -DLCD_ENABLE
|
||||
ULIBS += -lm
|
||||
endif
|
||||
SRC += $(GFXSRC) $(VISUALIZER_DIR)/visualizer.c
|
||||
INC += $(GFXINC) $(VISUALIZER_DIR)
|
||||
UINCDIR += $(GFXINC) $(VISUALIZER_DIR)
|
||||
|
||||
ifdef LCD_BACKLIGHT_ENABLE
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
SRC += lcd_backlight_hal.c
|
||||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
UDEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
endif
|
||||
|
||||
ifndef VISUALIZER_USER
|
||||
|
|
Loading…
Reference in a new issue