4 lines
106 B
Makefile
Executable file
4 lines
106 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-y += kernel/ mm/ net/
|
|
obj-$(CONFIG_BUILTIN_DTB) += boot/dts/
|