mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-16 09:14:16 +00:00
6 lines
158 B
Makefile
6 lines
158 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
|
|
|
|
userprogs-always-$(CONFIG_CC_CAN_LINK) += ucon
|
|
|
|
userccflags += -I usr/include
|