blob: 91762d946a53eb08d301be0448f80fcdadafe999 [file] [log] [blame]
Arnd Bergmann14fbff62016-04-25 18:03:08 +02001obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
Randy Dunlap3794f3e2008-08-12 15:09:06 -07002
3# List of programs to build
Arnd Bergmann14fbff62016-04-25 18:03:08 +02004ifdef CONFIG_SAMPLE_CONNECTOR
Randy Dunlap3794f3e2008-08-12 15:09:06 -07005hostprogs-y := ucon
Arnd Bergmann14fbff62016-04-25 18:03:08 +02006endif
Randy Dunlap3794f3e2008-08-12 15:09:06 -07007
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:
Uwe Kleine-Könige19b7ce2016-11-22 09:30:26 +010016 $(MAKE) -C ../.. SUBDIRS=$(CURDIR) $@