iwmfw: fix the path to the firmware file.

This commit is contained in:
Rui Paulo 2015-08-08 06:08:20 +00:00
parent d4886179cb
commit ecab6b807c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286442

View File

@ -14,5 +14,5 @@ FIRMWS= ${_FIRM}:${KMOD}
#
#FIRMWARE_LICENSE=
${_FIRM}: ${.CURDIR}/${_FIRM}.uu
${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwm/${_FIRM}.uu
uudecode -p $? > ${.TARGET}