Copy rootfs(s) inside BIN_DIR
SVN-Revision: 23399
This commit is contained in:
parent
31eb457b7e
commit
ee533340ac
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ endef
|
|||
|
||||
define Image/Build
|
||||
$(call Image/Build/$(1),$(1))
|
||||
cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-root.$(1)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildImage))
|
||||
|
|
Loading…
Reference in a new issue