diff options
author | Guo Ren <ren_guo@c-sky.com> | 2018-10-30 18:42:32 +0800 |
---|---|---|
committer | Guo Ren <ren_guo@c-sky.com> | 2018-11-01 10:52:26 +0800 |
commit | c4c14c3bd177ea769fee938674f73a8ec0cdd47a (patch) | |
tree | 8d335395d4c68b2e2c9c041a81214ca3a1a5e7dc /arch/csky/Makefile | |
parent | ac435075892e3e651c667b4a9f2267cf3ef1d5a2 (diff) | |
download | linux-c4c14c3bd177ea769fee938674f73a8ec0cdd47a.tar.gz linux-c4c14c3bd177ea769fee938674f73a8ec0cdd47a.tar.bz2 linux-c4c14c3bd177ea769fee938674f73a8ec0cdd47a.zip |
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/Makefile')
-rw-r--r-- | arch/csky/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/csky/Makefile b/arch/csky/Makefile index 67a4ae1fba2b..91f72224f4b9 100644 --- a/arch/csky/Makefile +++ b/arch/csky/Makefile @@ -65,9 +65,7 @@ libs-y += arch/csky/lib/ \ $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name) boot := arch/csky/boot -ifneq '$(CONFIG_CSKY_BUILTIN_DTB)' '""' core-y += $(boot)/dts/ -endif all: zImage |