License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / samples / connector / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
14fbff6b 2obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
3794f3e8
RD
3
4# List of programs to build
14fbff6b 5ifdef CONFIG_SAMPLE_CONNECTOR
3794f3e8 6hostprogs-y := ucon
14fbff6b 7endif
3794f3e8
RD
8
9# Tell kbuild to always build the programs
10always := $(hostprogs-y)
11
12HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
37cf2b8d
MF
13
14all: modules
15
16modules clean:
e19b7cee 17 $(MAKE) -C ../.. SUBDIRS=$(CURDIR) $@