diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-10-13 02:10:11 +0000 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-12-11 22:09:14 +0900 |
commit | b06d9d3b6a0358d1b8cec5243c14fcc6a997529f (patch) | |
tree | 1fa343cc8b962159deba20682c31916534be18ea /arch/nds32 | |
parent | be0d5fa7f0373197a44ebeb3f9e833ee50376225 (diff) | |
download | linux-b06d9d3b6a0358d1b8cec5243c14fcc6a997529f.tar.bz2 |
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 <masahiroy@kernel.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/nds32/Makefile b/arch/nds32/Makefile index 797ad9b450af..b33d5d81b6ae 100644 --- a/arch/nds32/Makefile +++ b/arch/nds32/Makefile @@ -31,12 +31,6 @@ core-y += arch/nds32/kernel/ arch/nds32/mm/ core-$(CONFIG_FPU) += arch/nds32/math-emu/ libs-y += arch/nds32/lib/ -ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""' -BUILTIN_DTB := y -else -BUILTIN_DTB := n -endif - ifdef CONFIG_CPU_LITTLE_ENDIAN KBUILD_CFLAGS += $(call cc-option, -EL) KBUILD_AFLAGS += $(call cc-option, -EL) |