]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - samples/connector/Makefile
clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is enabled
[mirror_ubuntu-zesty-kernel.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:
e19b7cee 16 $(MAKE) -C ../.. SUBDIRS=$(CURDIR) $@