Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.
This commit is contained in:
parent
450ff51b7e
commit
7655205aac
9 changed files with 54 additions and 51 deletions
|
|
@ -41,9 +41,9 @@ MCU ?= $(error Makefile MCU value not set.)
|
|||
TARGET ?= $(error Makefile TARGET value not set.)
|
||||
|
||||
# Output Messages
|
||||
MSG_COPY_CMD = ' [CP] :'
|
||||
MSG_REMOVE_CMD = ' [RM] :'
|
||||
MSG_DFU_CMD = ' [DFU] :'
|
||||
MSG_COPY_CMD := ' [CP] :'
|
||||
MSG_REMOVE_CMD := ' [RM] :'
|
||||
MSG_DFU_CMD := ' [DFU] :'
|
||||
|
||||
flip: $(TARGET).hex
|
||||
@echo $(MSG_DFU_CMD) Programming FLASH with batchisp using \"$(TARGET).hex\"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue