summaryrefslogtreecommitdiff
path: root/arch/xtensa/platforms
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-08-11 19:37:31 +0300
committerMax Filippov <jcmvbkbc@gmail.com>2021-08-11 21:37:13 +0300
commit7b7cec477fc3cd42ce565dfc3e53f144504fc95c (patch)
treec1348db279614e8b0b79c266b817f62aab9cadb9 /arch/xtensa/platforms
parent59210499a02a58e5b2c6da763d08adecb760d74b (diff)
downloadlinux-7b7cec477fc3cd42ce565dfc3e53f144504fc95c.tar.xz
xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild
Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Message-Id: <20210811163731.186125-4-masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/platforms')
-rw-r--r--arch/xtensa/platforms/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/xtensa/platforms/Makefile b/arch/xtensa/platforms/Makefile
new file mode 100644
index 000000000000..e2e7e0726979
--- /dev/null
+++ b/arch/xtensa/platforms/Makefile
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_XTENSA_PLATFORM_XT2000) += xt2000/
+obj-$(CONFIG_XTENSA_PLATFORM_ISS) += iss/
+obj-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += xtfpga/