kernel/isp: Unify firmware handling with the rest of the system.
[dragonfly.git] / sys / dev / disk / isp / fw / isp_1080 / Makefile
blob0a36f53b59f28167b4dc8f8ce1c8087e7e4ca795
1 FWDIR= ${.CURDIR}/../../../../../contrib/dev/isp
3 .PATH: ${FWDIR}
5 KMOD= isp_1080
6 FIRMWS= isp_1080.fw:isp_1080:1
8 CLEANFILES= isp_1080.fw
10 isp_1080.fw: ${FWDIR}/isp_1080.fw.uu
11 uudecode -p ${FWDIR}/isp_1080.fw.uu > ${.TARGET}
13 .include <bsd.kmod.mk>