mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

Add selftest cases for IOMMU_IOAS_CHANGE_PROCESS. Link: https://patch.msgid.link/r/1731527497-16091-5-git-send-email-steven.sistare@oracle.com Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
11 lines
223 B
Makefile
11 lines
223 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
CFLAGS += -Wall -O2 -Wno-unused-function
|
|
CFLAGS += $(KHDR_INCLUDES)
|
|
LDLIBS += -lcap
|
|
|
|
TEST_GEN_PROGS :=
|
|
TEST_GEN_PROGS += iommufd
|
|
TEST_GEN_PROGS += iommufd_fail_nth
|
|
|
|
include ../lib.mk
|