hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/h8300/Makefile
....@@ -31,22 +31,11 @@
3131 endif
3232
3333 core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/
34
-ifneq '$(CONFIG_H8300_BUILTIN_DTB)' '""'
35
-core-y += arch/h8300/boot/dts/
36
-endif
34
+core-y += arch/$(ARCH)/boot/dts/
3735
3836 libs-y += arch/$(ARCH)/lib/
3937
4038 boot := arch/h8300/boot
41
-
42
-%.dtb %.dtb.S %.dtb.o: | scripts
43
- $(Q)$(MAKE) $(build)=arch/h8300/boot/dts arch/h8300/boot/dts/$@
44
-
45
-PHONY += dtbs
46
-dtbs: scripts
47
- $(Q)$(MAKE) $(build)=arch/h8300/boot/dts
48
-
49
-archmrproper:
5039
5140 archclean:
5241 $(Q)$(MAKE) $(clean)=$(boot)