use IMG_PREFIX for image name
SVN-Revision: 27112
This commit is contained in:
parent
4aaf590909
commit
429745edd6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ define Image/Build/squashfs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build
|
define Image/Build
|
||||||
cp $(KDIR)/uImage $(BIN_DIR)/uImage-$(board)
|
cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage
|
||||||
$(call Image/Build/$(1),$(1))
|
$(call Image/Build/$(1),$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue