aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-04-28 17:43:51 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-04-28 17:43:51 +0000
commite0de38620c153bd252df99f309f915b90f0c8eca (patch)
tree025cb260837eb5942875ff5a0b2222f38f65cb01 /sys/modules
parent9cf21c2ee1b5406b4f2feca818e77da5f9715021 (diff)
downloadsrc-e0de38620c153bd252df99f309f915b90f0c8eca.tar.gz
src-e0de38620c153bd252df99f309f915b90f0c8eca.zip
smartpqi(4): Use conventional path to driver sources
Notes
Notes: svn path=/head/; revision=333086
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/smartpqi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/smartpqi/Makefile b/sys/modules/smartpqi/Makefile
index 52c5ac2e0094..af353a3c8e60 100644
--- a/sys/modules/smartpqi/Makefile
+++ b/sys/modules/smartpqi/Makefile
@@ -3,7 +3,7 @@
KMOD = smartpqi
-.PATH: ${.CURDIR}/../../dev/${KMOD}
+.PATH: ${SRCTOP}/sys/dev/${KMOD}
SRCS=smartpqi_mem.c smartpqi_intr.c smartpqi_main.c smartpqi_cam.c smartpqi_ioctl.c smartpqi_misc.c smartpqi_sis.c smartpqi_init.c smartpqi_queue.c smartpqi_tag.c smartpqi_cmd.c smartpqi_request.c smartpqi_response.c smartpqi_event.c smartpqi_helper.c smartpqi_discovery.c