image.mk: add Build step combined-image
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 45979
This commit is contained in:
parent
b20a2b4890
commit
a417bf9f43
1 changed files with 7 additions and 0 deletions
|
@ -326,6 +326,13 @@ define Build/check-size
|
|||
}
|
||||
endef
|
||||
|
||||
define Build/combined-image
|
||||
-sh $(TOPDIR)/scripts/combined-image.sh \
|
||||
"$(word 1,$^)" \
|
||||
"$@" \
|
||||
"$@.new"
|
||||
@mv $@.new $@
|
||||
endef
|
||||
|
||||
define Device/Init
|
||||
PROFILES := $(PROFILE)
|
||||
|
|
Loading…
Reference in a new issue