mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
e30d448754
Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
7 lines
114 B
Makefile
7 lines
114 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-y += kernel/ mm/ platform/ boot/dts/
|
|
|
|
# for cleaning
|
|
subdir- += boot
|