Merge branch 'for-linus' into next
[linux-2.6-microblaze.git] / samples / connector / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
3
4 # List of programs to build
5 hostprogs := ucon
6 always-y := $(hostprogs)
7
8 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
9
10 all: modules
11
12 modules clean:
13         $(MAKE) -C ../.. M=$(CURDIR) $@