git: b1746534958a - main - qat: Remove non-existent path from -I.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Sep 2022 22:07:45 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b1746534958ad2ed76202b127182a0b302757e35 commit b1746534958ad2ed76202b127182a0b302757e35 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-09-29 22:06:31 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-09-29 22:06:31 +0000 qat: Remove non-existent path from -I. Reviewed by: markj Reported by: GCC -Wmissing-include-dirs Differential Revision: https://reviews.freebsd.org/D36779 --- sys/modules/qat/qat_api/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/qat/qat_api/Makefile b/sys/modules/qat/qat_api/Makefile index 76b9c8965e1a..65da6fa52fad 100644 --- a/sys/modules/qat/qat_api/Makefile +++ b/sys/modules/qat/qat_api/Makefile @@ -62,7 +62,6 @@ CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/include CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/include/lac CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/include/dc CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/qat_direct/include -CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/qat_kernel/include CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/qat_utils/include CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/common/include CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/common/compression/include