Skip to content

Commit b06d9d3

Browse files
committed
nds32: remove unused BUILTIN_DTB from arch/nds32/Makefile
This is not used or exported. BUILTIN_DTB is locally defined and used in arch/nds32/boot/dts/Makefile. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent be0d5fa commit b06d9d3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/nds32/Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ core-y += arch/nds32/kernel/ arch/nds32/mm/
3131
core-$(CONFIG_FPU) += arch/nds32/math-emu/
3232
libs-y += arch/nds32/lib/
3333

34-
ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""'
35-
BUILTIN_DTB := y
36-
else
37-
BUILTIN_DTB := n
38-
endif
39-
4034
ifdef CONFIG_CPU_LITTLE_ENDIAN
4135
KBUILD_CFLAGS += $(call cc-option, -EL)
4236
KBUILD_AFLAGS += $(call cc-option, -EL)

0 commit comments

Comments
 (0)