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