mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
12 lines
255 B
Makefile
12 lines
255 B
Makefile
|
|
.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>
|