mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
9b4daf52b6
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>
10 lines
234 B
Makefile
10 lines
234 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
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
|