summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/iommu/Makefile
blob: fd6477911f2477d7b84eeb2012c909faae219481 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -Wall -O2 -Wno-unused-function
CFLAGS += $(KHDR_INCLUDES)

TEST_GEN_PROGS :=
TEST_GEN_PROGS += iommufd
TEST_GEN_PROGS += iommufd_fail_nth

include ../lib.mk