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