]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - samples/connector/Makefile
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
[mirror_ubuntu-artful-kernel.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=$(CURDIR) $@