diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-29 22:19:40 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-29 22:19:40 -0400 |
commit | 0656f2fa10e25e160617c3e5d14cfbae35dd9c8d (patch) | |
tree | d93e122e84313a89b84ea2a1011093398cf75ab3 /keyboard/atomic/Makefile | |
parent | 9ab7098c834ffe601ad5c39759acfddabbd6373f (diff) |
moves backlight functionality to keyboard files and updates template makefile
previously there were two backlight.c files (bad)
Diffstat (limited to 'keyboard/atomic/Makefile')
-rw-r--r-- | keyboard/atomic/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboard/atomic/Makefile b/keyboard/atomic/Makefile index 1d91c34b7f..c1a0a6db42 100644 --- a/keyboard/atomic/Makefile +++ b/keyboard/atomic/Makefile @@ -171,10 +171,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 |