From ecab6b807cfbc417665baaf0b47b00a05f49aea6 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 8 Aug 2015 06:08:20 +0000 Subject: [PATCH] iwmfw: fix the path to the firmware file. --- sys/modules/iwmfw/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/iwmfw/Makefile.inc b/sys/modules/iwmfw/Makefile.inc index 73454205b92..5f4aa379125 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}