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