svn commit: r286442 - head/sys/modules/iwmfw

Rui Paulo rpaulo at FreeBSD.org
Sat Aug 8 06:08:21 UTC 2015


Author: rpaulo
Date: Sat Aug  8 06:08:20 2015
New Revision: 286442
URL: https://svnweb.freebsd.org/changeset/base/286442

Log:
  iwmfw: fix the path to the firmware file.

Modified:
  head/sys/modules/iwmfw/Makefile.inc

Modified: head/sys/modules/iwmfw/Makefile.inc
==============================================================================
--- head/sys/modules/iwmfw/Makefile.inc	Sat Aug  8 06:06:48 2015	(r286441)
+++ head/sys/modules/iwmfw/Makefile.inc	Sat Aug  8 06:08:20 2015	(r286442)
@@ -14,5 +14,5 @@ FIRMWS=	${_FIRM}:${KMOD}
 #
 #FIRMWARE_LICENSE=
 
-${_FIRM}: ${.CURDIR}/${_FIRM}.uu
+${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwm/${_FIRM}.uu
 	uudecode -p $? > ${.TARGET}


More information about the svn-src-all mailing list