projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clean up CORE build system module, use simple rather than recursive make variables...
[pub/lufa.git]
/
LUFA
/
Build
/
lufa.dfu.in
diff --git
a/LUFA/Build/lufa.dfu.in
b/LUFA/Build/lufa.dfu.in
index
c3a102b
..
f855bf7
100644
(file)
--- a/
LUFA/Build/lufa.dfu.in
+++ b/
LUFA/Build/lufa.dfu.in
@@
-41,9
+41,9
@@
MCU ?= $(error Makefile MCU value not set.)
TARGET ?= $(error Makefile TARGET value not set.)
\r
\r
# Output Messages
\r
TARGET ?= $(error Makefile TARGET value not set.)
\r
\r
# Output Messages
\r
-MSG_COPY_CMD
= ' [CP] :'
\r
-MSG_REMOVE_CMD
= ' [RM] :'
\r
-MSG_DFU_CMD
= ' [DFU] :'
\r
+MSG_COPY_CMD
:
= ' [CP] :'
\r
+MSG_REMOVE_CMD
:
= ' [RM] :'
\r
+MSG_DFU_CMD
:
= ' [DFU] :'
\r
\r
flip: $(TARGET).hex
\r
@echo $(MSG_DFU_CMD) Programming FLASH with batchisp using \"$(TARGET).hex\"
\r
\r
flip: $(TARGET).hex
\r
@echo $(MSG_DFU_CMD) Programming FLASH with batchisp using \"$(TARGET).hex\"
\r