1 # SPDX-License-Identifier: GPL-2.0-only 2 CFLAGS += -Wall -O2 -Wno-unused-function 3 CFLAGS += $(KHDR_INCLUDES) 4 5 TEST_GEN_PROGS := 6 TEST_GEN_PROGS += iommufd 7 TEST_GEN_PROGS += iommufd_fail_nth 8 9 include ../lib.mk
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.