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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"