1 obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
3 # List of programs to build
4 ifdef CONFIG_SAMPLE_CONNECTOR
8 # Tell kbuild to always build the programs
9 always := $(hostprogs-y)
11 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
16 $(MAKE) -C ../.. SUBDIRS=$(PWD) $@