Current File : //proc/self/root/usr/src/linux-headers-6.14.0-1012-aws/tools/testing/selftests/iommu/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