8 lines
200 B
Makefile
8 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += kernel/ mm/ platform/
|
|
obj-$(CONFIG_NET) += net/
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
obj-$(CONFIG_MATHEMU) += math-emu/
|
|
|
|
obj-$(CONFIG_BUILTIN_DTB) += boot/dts/
|