mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 01:16:57 +07:00
7 lines
167 B
Makefile
7 lines
167 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
hostprogs-y := pidfd-metadata
|
||
|
always := $(hostprogs-y)
|
||
|
HOSTCFLAGS_pidfd-metadata.o += -I$(objtree)/usr/include
|
||
|
all: pidfd-metadata
|