mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
5519f498d5
Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
3 lines
98 B
Makefile
3 lines
98 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += kernel/ mm/
|
|
obj-$(CONFIG_MATHEMU) += math-emu/
|