~ruther/qmk_firmware

bf1987e23311b6ea19899e4d12eec26b02539379 — Reed Swiernik 10 years ago 71f7713
updated makefile
1 files changed, 15 insertions(+), 9 deletions(-)

M keyboard/planck/Makefile
M keyboard/planck/Makefile => keyboard/planck/Makefile +15 -9
@@ 48,18 48,22 @@ TOP_DIR = ../..
TARGET_DIR = .

# # project specific files
# SRC =	keymap_common.c \
# 	matrix_handwire.c \
# 	led.c \
# 	backlight.c
ifdef COMMON
SRC = keymap_common.c \
	matrix_handwire.c \
	led.c \
	backlight.c

# ifdef KEYMAP
#     SRC := keymap_$(KEYMAP).c $(SRC)
# else
#     SRC := keymap_jack.c $(SRC)
# endif
ifdef KEYMAP
    SRC := keymap_$(KEYMAP).c $(SRC)
else
    SRC := keymap_jack.c $(SRC)
endif

else

# project specific files

SRC =	extended_keymap_common.c \
	matrix_handwire.c \
	led.c \


@@ 71,6 75,8 @@ else
    SRC := extended_keymap_jack.c $(SRC)
endif

endif

CONFIG_H = config.h

# MCU name