aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard/preonic/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-29 22:19:40 -0400
committerJack Humbert <jack.humb@gmail.com>2016-04-29 22:19:40 -0400
commit0656f2fa10e25e160617c3e5d14cfbae35dd9c8d (patch)
treed93e122e84313a89b84ea2a1011093398cf75ab3 /keyboard/preonic/Makefile
parent9ab7098c834ffe601ad5c39759acfddabbd6373f (diff)
downloadfirmware-0656f2fa10e25e160617c3e5d14cfbae35dd9c8d.tar.gz
firmware-0656f2fa10e25e160617c3e5d14cfbae35dd9c8d.tar.bz2
firmware-0656f2fa10e25e160617c3e5d14cfbae35dd9c8d.zip
moves backlight functionality to keyboard files and updates template makefile
previously there were two backlight.c files (bad)
Diffstat (limited to 'keyboard/preonic/Makefile')
-rw-r--r--keyboard/preonic/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboard/preonic/Makefile b/keyboard/preonic/Makefile
index 3504e2720..259dd6686 100644
--- a/keyboard/preonic/Makefile
+++ b/keyboard/preonic/Makefile
@@ -162,11 +162,6 @@ endif
endif
-ifeq ($(strip $(BACKLIGHT_ENABLE)), yes)
- SRC := backlight.c $(SRC)
-endif
-
-
# Optimize size but this may cause error "relocation truncated to fit"
#EXTRALDFLAGS = -Wl,--relax