mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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
This commit is contained in:
parent
b6a1c91b71
commit
a93e46f156
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue