iwlwifi: mvm: simplify paging allocation code
[linux-2.6/btrfs-unstable.git] / samples / connector / Makefile
blob91762d946a53eb08d301be0448f80fcdadafe999
1 obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
3 # List of programs to build
4 ifdef CONFIG_SAMPLE_CONNECTOR
5 hostprogs-y := ucon
6 endif
8 # Tell kbuild to always build the programs
9 always := $(hostprogs-y)
11 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
13 all: modules
15 modules clean:
16 $(MAKE) -C ../.. SUBDIRS=$(CURDIR) $@