mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-17 17:54:26 +00:00
4 lines
100 B
Makefile
4 lines
100 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_AF_KCM) += kcm.o
|
|
|
|
kcm-y := kcmsock.o kcmproc.o
|