]> Git Repo - linux.git/blob - samples/connector/Makefile
drm/nouveau: Start using new drm_dev initialization helpers
[linux.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 ifdef CONFIG_SAMPLE_CONNECTOR
6 hostprogs-y := ucon
7 endif
8
9 # Tell kbuild to always build the programs
10 always := $(hostprogs-y)
11
12 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
13
14 all: modules
15
16 modules clean:
17         $(MAKE) -C ../.. SUBDIRS=$(CURDIR) $@
This page took 0.0383 seconds and 4 git commands to generate.