[btrfs] fix check_direct_IO() for non-iovec iterators
[cascardo/linux.git] / samples / connector / Makefile
1 obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
2
3 # List of programs to build
4 ifdef CONFIG_SAMPLE_CONNECTOR
5 hostprogs-y := ucon
6 endif
7
8 # Tell kbuild to always build the programs
9 always := $(hostprogs-y)
10
11 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
12
13 all: modules
14
15 modules clean:
16         $(MAKE) -C ../.. SUBDIRS=$(PWD) $@