mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Clean-indented makefiles
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
aa87adad04
commit
68f25261ba
6 changed files with 23 additions and 23 deletions
|
|
@ -12,11 +12,11 @@ ifneq ($(MAKECMDGOALS),clean)
|
|||
ifeq ($(MCU_BOARD_MODEL),)
|
||||
$(error MCU_BOARD_MODEL not specified)
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(MCU_FLASH_OFFSET),)
|
||||
$(error MCU_FLASH_OFFSET not specified)
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(MCU_FLASH_SIZE),)
|
||||
$(error MCU_FLASH_SIZE not specified)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue