git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kbuild: consolidate Devicetree dtb build rules
[muen/linux.git]
/
arch
/
nios2
/
Makefile
diff --git
a/arch/nios2/Makefile
b/arch/nios2/Makefile
index db2e78fe65c72b58b47e3a3fec5817c60f9d3383..52c03e60b114d4ffa25dd361b001472096b5ba13 100644
(file)
--- a/
arch/nios2/Makefile
+++ b/
arch/nios2/Makefile
@@
-56,12
+56,6
@@
all: vmImage
archclean:
$(Q)$(MAKE) $(clean)=$(nios2-boot)
archclean:
$(Q)$(MAKE) $(clean)=$(nios2-boot)
-%.dtb %.dtb.S %.dtb.o: | scripts
- $(Q)$(MAKE) $(build)=$(nios2-boot)/dts $(nios2-boot)/dts/$@
-
-dtbs:
- $(Q)$(MAKE) $(build)=$(nios2-boot)/dts
-
$(BOOT_TARGETS): vmlinux
$(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
$(BOOT_TARGETS): vmlinux
$(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
@@
-74,5
+68,4
@@
define archhelp
echo ' (your) ~/bin/$(INSTALLKERNEL) or'
echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
echo ' install to $$(INSTALL_PATH)'
echo ' (your) ~/bin/$(INSTALLKERNEL) or'
echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
echo ' install to $$(INSTALL_PATH)'
- echo ' dtbs - Build device tree blobs for enabled boards'
endef
endef