git: a93e46f15693 - main - irdma: normalize .CURDIR-relative paths to SRCTOP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Aug 2025 21:14:11 UTC
The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=a93e46f15693b6962eefac2ffa962edb020f8b49 commit a93e46f15693b6962eefac2ffa962edb020f8b49 Author: Ka Ho Ng <khng@FreeBSD.org> AuthorDate: 2025-08-27 21:13:24 +0000 Commit: Ka Ho Ng <khng@FreeBSD.org> CommitDate: 2025-08-27 21:13:59 +0000 irdma: normalize .CURDIR-relative paths to SRCTOP Sponsored by: Juniper Networks, Inc. MFC after: 1 week Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D52192 --- sys/modules/irdma/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/modules/irdma/Makefile b/sys/modules/irdma/Makefile index b2ffb67ca66f..a9ef6e63d3f2 100644 --- a/sys/modules/irdma/Makefile +++ b/sys/modules/irdma/Makefile @@ -1,8 +1,8 @@ .include <bsd.own.mk> -OFED_INC_DIR = ${.CURDIR}/../../ofed/include -ICE_DIR = ${.CURDIR}/../../dev/ice -.PATH: ${.CURDIR}/../../dev/irdma +OFED_INC_DIR = ${SRCTOP}/sys/ofed/include +ICE_DIR = ${SRCTOP}/sys/dev/ice +.PATH: ${SRCTOP}/sys/dev/irdma KMOD= irdma SRCS= icrdma.c