mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 06:14:42 +08:00
13 lines
276 B
Makefile
13 lines
276 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
CFLAGS += -Wall -O2 -Wno-unused-function
|
||
|
CFLAGS += -I../../../../include/uapi/
|
||
|
CFLAGS += -I../../../../include/
|
||
|
|
||
|
CFLAGS += -D_GNU_SOURCE
|
||
|
|
||
|
TEST_GEN_PROGS :=
|
||
|
TEST_GEN_PROGS += iommufd
|
||
|
TEST_GEN_PROGS += iommufd_fail_nth
|
||
|
|
||
|
include ../lib.mk
|