opnsense-src/sys/modules/wpifw/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
255 B
Makefile
Raw Permalink Normal View History

.PATH: ${SRCTOP}/sys/contrib/dev/wpi
KMOD= wpifw
FIRMWS= iwlwifi-3945-15.32.2.9.fw:wpifw:153229
CLEANFILES= iwlwifi-3945-15.32.2.9.fw
iwlwifi-3945-15.32.2.9.fw: iwlwifi-3945-15.32.2.9.fw.uu
uudecode -p ${.ALLSRC} > ${.TARGET}
.include <bsd.kmod.mk>