summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2015-08-08 06:08:20 +0000
committerrpaulo <rpaulo@FreeBSD.org>2015-08-08 06:08:20 +0000
commit607712fac9b02a48ede15b5c54619dc82fc5c70e (patch)
treea766e74f33035b20d5ea1131a2d05aea89fe5a96
parentc0847f2de5eb9fe01424678f84c69ea61e47bc53 (diff)
downloadFreeBSD-src-607712fac9b02a48ede15b5c54619dc82fc5c70e.zip
FreeBSD-src-607712fac9b02a48ede15b5c54619dc82fc5c70e.tar.gz
iwmfw: fix the path to the firmware file.
-rw-r--r--sys/modules/iwmfw/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/iwmfw/Makefile.inc b/sys/modules/iwmfw/Makefile.inc
index 7345420..5f4aa37 100644
--- a/sys/modules/iwmfw/Makefile.inc
+++ b/sys/modules/iwmfw/Makefile.inc
@@ -14,5 +14,5 @@ FIRMWS= ${_FIRM}:${KMOD}
#
#FIRMWARE_LICENSE=
-${_FIRM}: ${.CURDIR}/${_FIRM}.uu
+${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwm/${_FIRM}.uu
uudecode -p $? > ${.TARGET}
OpenPOWER on IntegriCloud