projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d158dfc
)
mpc85xx: image: fix building of multiple dtb files
author
Gabor Juhos
<
[email protected]
>
Fri, 1 Feb 2013 17:28:47 +0000
(17:28 +0000)
committer
Gabor Juhos
<
[email protected]
>
Fri, 1 Feb 2013 17:28:47 +0000
(17:28 +0000)
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 35436
target/linux/mpc85xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/mpc85xx/image/Makefile
b/target/linux/mpc85xx/image/Makefile
index a5d1acbd5c8723d65dc88f1036dde164080742c5..990681763625a738425f2119f2c8bcd2208816ea 100644
(file)
--- a/
target/linux/mpc85xx/image/Makefile
+++ b/
target/linux/mpc85xx/image/Makefile
@@
-15,7
+15,9
@@
endef
define Image/BuildKernel
cp $(KDIR)/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage
- $(foreach dts,$(DTS_TARGETS),$(LINUX_DIR)/scripts/dtc/dtc -I dts -O dtb $(LINUX_DIR)/arch/powerpc/boot/dts/$(dts).dts > $(BIN_DIR)/$(IMG_PREFIX)-$(dts).fdt)
+ $(foreach dts,$(DTS_TARGETS),
+ $(LINUX_DIR)/scripts/dtc/dtc -I dts -O dtb $(LINUX_DIR)/arch/powerpc/boot/dts/$(dts).dts > $(BIN_DIR)/$(IMG_PREFIX)-$(dts).fdt
+ )
endef
define Image/Build/ext2