hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/nios2/Makefile
....@@ -49,20 +49,12 @@
4949 PHONY += $(BOOT_TARGETS) install
5050 KBUILD_IMAGE := $(nios2-boot)/vmImage
5151
52
-ifneq ($(CONFIG_NIOS2_DTB_SOURCE),"")
53
- core-y += $(nios2-boot)/
54
-endif
52
+core-y += $(nios2-boot)/dts/
5553
5654 all: vmImage
5755
5856 archclean:
5957 $(Q)$(MAKE) $(clean)=$(nios2-boot)
60
-
61
-%.dtb: | scripts
62
- $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
63
-
64
-dtbs:
65
- $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
6658
6759 $(BOOT_TARGETS): vmlinux
6860 $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
....@@ -76,5 +68,4 @@
7668 echo ' (your) ~/bin/$(INSTALLKERNEL) or'
7769 echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
7870 echo ' install to $$(INSTALL_PATH)'
79
- echo ' dtbs - Build device tree blobs for enabled boards'
8071 endef