diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-05-17 09:51:27 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-05-17 09:51:27 +0300 |
| commit | 15300cb681f74672547aa5e53d165ac748d43a17 (patch) | |
| tree | ed6fbb0edff133e754e878b337d4f3824e729d40 | |
| parent | 4e89732617454a600189242d417f5e2ba0855683 (diff) | |
| download | qmk_firmware-15300cb681f74672547aa5e53d165ac748d43a17.tar.gz qmk_firmware-15300cb681f74672547aa5e53d165ac748d43a17.zip | |
Build lcd_backlight_hal_emulator.c
When the emulator is set, instead of the lcd_backlight_hal.c file.
| -rw-r--r-- | visualizer.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/visualizer.mk b/visualizer.mk index 56525ffd9..3e361491c 100644 --- a/visualizer.mk +++ b/visualizer.mk | |||
| @@ -34,6 +34,8 @@ ifdef LCD_BACKLIGHT_ENABLE | |||
| 34 | SRC += $(VISUALIZER_DIR)/lcd_backlight.c | 34 | SRC += $(VISUALIZER_DIR)/lcd_backlight.c |
| 35 | ifndef EMULATOR | 35 | ifndef EMULATOR |
| 36 | SRC += lcd_backlight_hal.c | 36 | SRC += lcd_backlight_hal.c |
| 37 | else | ||
| 38 | SRC += lcd_backlight_hal_emulator.c | ||
| 37 | endif | 39 | endif |
| 38 | UDEFS += -DLCD_BACKLIGHT_ENABLE | 40 | UDEFS += -DLCD_BACKLIGHT_ENABLE |
| 39 | endif | 41 | endif |
