Skip to content
Snippets Groups Projects
Commit b06d9d3b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent be0d5fa7
No related branches found
No related tags found
No related merge requests found
...@@ -31,12 +31,6 @@ core-y += arch/nds32/kernel/ arch/nds32/mm/ ...@@ -31,12 +31,6 @@ core-y += arch/nds32/kernel/ arch/nds32/mm/
core-$(CONFIG_FPU) += arch/nds32/math-emu/ core-$(CONFIG_FPU) += arch/nds32/math-emu/
libs-y += arch/nds32/lib/ libs-y += arch/nds32/lib/
ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""'
BUILTIN_DTB := y
else
BUILTIN_DTB := n
endif
ifdef CONFIG_CPU_LITTLE_ENDIAN ifdef CONFIG_CPU_LITTLE_ENDIAN
KBUILD_CFLAGS += $(call cc-option, -EL) KBUILD_CFLAGS += $(call cc-option, -EL)
KBUILD_AFLAGS += $(call cc-option, -EL) KBUILD_AFLAGS += $(call cc-option, -EL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment