diff options
author | Guo Ren <ren_guo@c-sky.com> | 2018-10-30 13:42:32 +0300 |
---|---|---|
committer | Guo Ren <ren_guo@c-sky.com> | 2018-11-01 05:52:26 +0300 |
commit | c4c14c3bd177ea769fee938674f73a8ec0cdd47a (patch) | |
tree | 8d335395d4c68b2e2c9c041a81214ca3a1a5e7dc /arch/csky/boot | |
parent | ac435075892e3e651c667b4a9f2267cf3ef1d5a2 (diff) | |
download | linux-c4c14c3bd177ea769fee938674f73a8ec0cdd47a.tar.xz |
csky: remove builtin-dtb Kbuild
Remove the builtin-dtb implementation in arch/csky.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky/boot')
-rw-r--r-- | arch/csky/boot/dts/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/csky/boot/dts/Makefile b/arch/csky/boot/dts/Makefile index 305e81a5e91e..19a7f028ee20 100644 --- a/arch/csky/boot/dts/Makefile +++ b/arch/csky/boot/dts/Makefile @@ -1,13 +1,6 @@ dtstree := $(srctree)/$(src) -ifneq '$(CONFIG_CSKY_BUILTIN_DTB)' '""' -builtindtb-y := $(patsubst "%",%,$(CONFIG_CSKY_BUILTIN_DTB)) -dtb-y += $(builtindtb-y).dtb -obj-y += $(builtindtb-y).dtb.o -.SECONDARY: $(obj)/$(builtindtb-y).dtb.S -else dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts)) -endif always += $(dtb-y) clean-files += *.dtb *.dtb.S |