From e0de38620c153bd252df99f309f915b90f0c8eca Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Sat, 28 Apr 2018 17:43:51 +0000 Subject: [PATCH] smartpqi(4): Use conventional path to driver sources --- sys/modules/smartpqi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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