# SPDX-License-Identifier: GPL-2.0obj-$(CONFIG_SAMPLE_CONNECTOR)+=cn_test.o
# List of programs to buildifdef CONFIG_SAMPLE_CONNECTORhostprogs-y:=ucon
endif# Tell kbuild to always build the programsalways:=$(hostprogs-y)HOSTCFLAGS_ucon.o+=-I$(objtree)/usr/include
all:modulesmodules clean:$(MAKE)-C../..SUBDIRS=$(CURDIR)$@