]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - samples/connector/Makefile
x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULES
[mirror_ubuntu-jammy-kernel.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
5f2fb52f
MY
5hostprogs := ucon
6always-y := $(hostprogs)
3794f3e8
RD
7
8HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
37cf2b8d
MF
9
10all: modules
11
12modules clean:
0126be38 13 $(MAKE) -C ../.. M=$(CURDIR) $@