License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / samples / connector / Makefile
blobfe3c8542ae4ab49b89c187d49aceec95666425c1
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
4 # List of programs to build
5 ifdef CONFIG_SAMPLE_CONNECTOR
6 hostprogs-y := ucon
7 endif
9 # Tell kbuild to always build the programs
10 always := $(hostprogs-y)
12 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
14 all: modules
16 modules clean:
17 $(MAKE) -C ../.. SUBDIRS=$(CURDIR) $@