mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk, mcu-exe.mk: Code beautification
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
80f9466648
commit
32b9837373
2 changed files with 6 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ define install_links
|
|||
done;
|
||||
endef
|
||||
|
||||
define uniq =
|
||||
define uniq =
|
||||
$(eval seen :=)
|
||||
$(foreach _,$1,$(if $(filter $_,${seen}),,$(eval seen += $_)))
|
||||
${seen}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@ endif
|
|||
MCU_FLASH_PUSH_FILE_HEX ?= $(patsubst %.elf,%.hex,$(EXE_BASENAME))
|
||||
EXE_MAP ?= $(patsubst %.elf,%.map,$(EXE_BASENAME))
|
||||
|
||||
# I think these (or something equivalent) should go somewhere here. Not cleaned
|
||||
# up enough in modm builds to do it.
|
||||
#include $(MODDIR)/make/defs.mk
|
||||
#include $(MODDIR)/make/defs-cpp.mk
|
||||
|
||||
include $(MODDIR)/make/mcu-defs.mk
|
||||
include $(MODDIR)/make/exe.mk
|
||||
include $(MODDIR)/make/mcu-flash.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue