mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +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/
|