mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
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>
This commit is contained in:
parent
706afcea16
commit
9b4daf52b6
@ -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
|
||||
|
@ -126,9 +126,6 @@ machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
|
||||
machdir-$(CONFIG_SH_LANDISK) += mach-landisk
|
||||
machdir-y += mach-common
|
||||
|
||||
# Companion chips
|
||||
core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
|
||||
|
||||
#
|
||||
# CPU header paths
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user