summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-06-18 04:50:41 +0200
committerJack Humbert <jack.humb@gmail.com>2016-06-18 04:50:41 +0200
commit1923cffd41d9d71cd9f434092654dba05513137b (patch)
tree60702ae0d4eb3c2441ac302dff4172facdc74747 /Makefile
parent008c8d54a0a1a1e908d372d0fe9edb45a2d491e5 (diff)
downloadqmk_firmware-1923cffd41d9d71cd9f434092654dba05513137b.tar.gz
qmk_firmware-1923cffd41d9d71cd9f434092654dba05513137b.tar.xz
allow overriding of TARGET
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1e77102e..6e23f77ec 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ else
$(error "$(KEYMAP_PATH)/keymap.c" does not exist)
endif
-TARGET = $(KEYBOARD)_$(KEYMAP)
+TARGET ?= $(KEYBOARD)_$(KEYMAP)
ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","")
CONFIG_H = $(KEYMAP_PATH)/config.h