Updated makefile to properly handle non extended keymaps

This commit is contained in:
Reed Swiernik 2015-04-23 04:31:39 -04:00
parent 480b313b1e
commit 0541af4ff9
2 changed files with 20 additions and 11 deletions

View file

@ -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