diff options
author | Reed Swiernik <rswiernik@csh.rit.edu> | 2015-04-23 04:31:39 -0400 |
---|---|---|
committer | Reed Swiernik <rswiernik@csh.rit.edu> | 2015-04-25 12:17:18 -0400 |
commit | 0541af4ff9a7f510f3d0f1ef55df86f995023748 (patch) | |
tree | 89f554b09f253580d3221f17886cf9ecbd3f352d /keyboard/planck/Makefile | |
parent | 480b313b1ede34adb2e339ee8885e44b1c8a699f (diff) |
Updated makefile to properly handle non extended keymaps
Diffstat (limited to 'keyboard/planck/Makefile')
-rw-r--r-- | keyboard/planck/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile index 68a4181f9a..ef11e3d32b 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile @@ -47,9 +47,12 @@ TOP_DIR = ../.. # Directory keyboard dependent files exist TARGET_DIR = . + + # # project specific files -ifdef COMMON -SRC = keymap_common.c \ +ifdef COMMON_KEYMAP + + SRC = keymap_common.c \ matrix_handwire.c \ led.c \ backlight.c @@ -62,9 +65,7 @@ endif else -# project specific files - -SRC = extended_keymap_common.c \ +SRC = extended_keymap_common.c \ matrix_handwire.c \ led.c \ backlight.c |