Skip to content

Commit 9b4daf5

Browse files
masahir0yglaubitz
authored andcommitted
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 <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 706afce commit 9b4daf5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

arch/sh/Kbuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ obj-y += kernel/ mm/ boards/
33
obj-$(CONFIG_SH_FPU_EMU) += math-emu/
44
obj-$(CONFIG_USE_BUILTIN_DTB) += boot/dts/
55

6+
obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/
7+
68
# for cleaning
79
subdir- += boot

arch/sh/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
126126
machdir-$(CONFIG_SH_LANDISK) += mach-landisk
127127
machdir-y += mach-common
128128

129-
# Companion chips
130-
core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
131-
132129
#
133130
# CPU header paths
134131
#

0 commit comments

Comments
 (0)