diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
commit | 193d9e768ba63fcfb187cfd17f461f7d41345048 (patch) | |
tree | 0bd611a14f41427d2dd6120d82a36544617899be /sys/modules/cxgbe/t5_firmware/Makefile | |
parent | abe427af75e9478f8ab875b40333d594d1fb46ac (diff) |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes
Notes:
svn path=/head/; revision=314651
Diffstat (limited to 'sys/modules/cxgbe/t5_firmware/Makefile')
-rw-r--r-- | sys/modules/cxgbe/t5_firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile index 2419a191f864..ab952ae3af56 100644 --- a/sys/modules/cxgbe/t5_firmware/Makefile +++ b/sys/modules/cxgbe/t5_firmware/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # -T5FW= ${.CURDIR}/../../../dev/cxgbe/firmware +T5FW= ${SRCTOP}/sys/dev/cxgbe/firmware .PATH: ${T5FW} KMOD= t5fw_cfg |