svn commit: r333086 - head/sys/modules/smartpqi

Conrad Meyer cem at FreeBSD.org
Sat Apr 28 17:43:52 UTC 2018


Author: cem
Date: Sat Apr 28 17:43:51 2018
New Revision: 333086
URL: https://svnweb.freebsd.org/changeset/base/333086

Log:
  smartpqi(4): Use conventional path to driver sources

Modified:
  head/sys/modules/smartpqi/Makefile

Modified: head/sys/modules/smartpqi/Makefile
==============================================================================
--- head/sys/modules/smartpqi/Makefile	Sat Apr 28 17:43:20 2018	(r333085)
+++ head/sys/modules/smartpqi/Makefile	Sat Apr 28 17:43:51 2018	(r333086)
@@ -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 
 


More information about the svn-src-head mailing list