mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
92f378f19e
Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
5 lines
153 B
Makefile
5 lines
153 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/
|