blob: d98e4df98e249762394ee6be0833de4b6c5ad87f [file] [log] [blame]
Randy Dunlap3794f3e2008-08-12 15:09:06 -07001ifneq ($(CONFIG_CONNECTOR),)
2obj-m += cn_test.o
3endif
4
5# List of programs to build
6hostprogs-y := ucon
7
8# Tell kbuild to always build the programs
9always := $(hostprogs-y)
10
11HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
Mike Frysinger37cf2b82009-07-17 10:14:26 -070012
13all: modules
14
15modules clean:
16 $(MAKE) -C ../.. SUBDIRS=$(PWD) $@