Enable and fix compilation of more files

This commit is contained in:
Fred Sundvik 2016-05-17 09:45:05 +03:00
parent d79e94adb1
commit 4e89732617
2 changed files with 13 additions and 17 deletions

View file

@ -31,17 +31,15 @@ USE_UGFX = yes
endif
ifdef LCD_BACKLIGHT_ENABLE
ifndef EMULATOR
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
ifndef EMULATOR
SRC += lcd_backlight_hal.c
endif
UDEFS += -DLCD_BACKLIGHT_ENABLE
endif
ifdef LED_ENABLE
ifndef EMULATOR
SRC += $(VISUALIZER_DIR)/led_test.c
endif
UDEFS += -DLED_ENABLE
USE_UGFX = yes
endif
@ -54,10 +52,8 @@ ULIBS += $(patsubst %,-l%,$(patsubst -l%,%,$(GFXLIBS)))
endif
ifndef VISUALIZER_USER
ifndef EMULATOR
VISUALIZER_USER = visualizer_user.c
endif
endif
SRC += $(VISUALIZER_USER)
ifdef EMULATOR