mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
ba3e87cfa2
Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
4 lines
97 B
Makefile
4 lines
97 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += kernel/ mm/
|
|
obj-$(CONFIG_IA64_SGI_UV) += uv/
|