Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / samples / connector / Makefile
CommitLineData
14fbff6b 1obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
3794f3e8
RD
2
3# List of programs to build
14fbff6b 4ifdef CONFIG_SAMPLE_CONNECTOR
3794f3e8 5hostprogs-y := ucon
14fbff6b 6endif
3794f3e8
RD
7
8# Tell kbuild to always build the programs
9always := $(hostprogs-y)
10
11HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
37cf2b8d
MF
12
13all: modules
14
15modules clean:
16 $(MAKE) -C ../.. SUBDIRS=$(PWD) $@
This page took 2.244096 seconds and 5 git commands to generate.