summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-09-24 08:01:21 +0200
committertmk <nobody@nowhere>2010-09-24 08:16:23 +0200
commit1de02c1f15ca1c04aae0bde818b01ea40cf32120 (patch)
treeaa5dc098022e9d45b26a23921b5b9ad6ebc9b2cb /Makefile
parent7fd9003f59ad6a1de8d8b70fae74ba16df666c09 (diff)
downloadqmk_firmware-1de02c1f15ca1c04aae0bde818b01ea40cf32120.tar.gz
qmk_firmware-1de02c1f15ca1c04aae0bde818b01ea40cf32120.tar.xz
add jump_bootloader.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7473d3c31..c9c668d41 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,8 @@ SRC = $(TARGET).c \
usb_device.c \
usb_keyboard.c \
usb_debug.c \
- print.c
+ print.c \
+ jump_bootloader.c
# MCU name, you MUST set this to match the board you are using