7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
obj-y += kernel/ mm/
|
||
|
obj-$(CONFIG_MATHEMU) += math-emu/
|
||
|
|
||
|
# for cleaning
|
||
|
subdir- += boot
|