aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/Kbuild
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2023-02-19 23:15:53 +0900
committerGravatar John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> 2023-07-05 18:55:18 +0200
commit9b4daf52b67b97ada589a0bd9bf127488f00925a (patch)
tree166f5352199346f5a3a35179d4f40dc62a33ae2c /arch/sh/Kbuild
parentsh: Fix -Wmissing-include-dirs warnings for various platforms (diff)
downloadlinux-9b4daf52b67b97ada589a0bd9bf127488f00925a.tar.gz
linux-9b4daf52b67b97ada589a0bd9bf127488f00925a.tar.bz2
linux-9b4daf52b67b97ada589a0bd9bf127488f00925a.zip
sh: Move build rule for cchips/hd6446x/ to arch/sh/Kbuild
This is the last user of core-y in arch/sh. Use the standard obj-y syntax. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Link: https://lore.kernel.org/r/20230219141555.2308306-2-masahiroy@kernel.org Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Diffstat (limited to 'arch/sh/Kbuild')
-rw-r--r--arch/sh/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/Kbuild b/arch/sh/Kbuild
index be171880977e..056efec72c2a 100644
--- a/arch/sh/Kbuild
+++ b/arch/sh/Kbuild
@@ -3,5 +3,7 @@ obj-y += kernel/ mm/ boards/
obj-$(CONFIG_SH_FPU_EMU) += math-emu/
obj-$(CONFIG_USE_BUILTIN_DTB) += boot/dts/
+obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/
+
# for cleaning
subdir- += boot