mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-16 17:24:22 +00:00
6 lines
130 B
Makefile
6 lines
130 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += kernel/ mm/
|
|
obj-$(CONFIG_MATHEMU) += math-emu/
|
|
|
|
# for cleaning
|
|
subdir- += boot
|