freebsd-dev/sys/modules/mwlfw/Makefile
Bryan Drewery f68801df10 Stop using .OODATE for extracting firmware.
This fixes META_MODE rebuilding since it assumes that it this is
a non-consistent build command. These are always unencoded consistently
though and do not need to use the .OODATE/$? mechanism.

MFC after:	2 weeks
Reported by:	npn
Sponsored by:	DellEMC
2019-06-12 00:03:00 +00:00

15 lines
337 B
Makefile

# $FreeBSD$
KMOD= mw88W8363fw
FIRMWS= mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot
CLEANFILES+= mw88W8363.fw mwlboot.fw
mw88W8363.fw: ${SRCTOP}/sys/contrib/dev/mwl/mw88W8363.fw.uu
uudecode -p ${.ALLSRC} > ${.TARGET}
mwlboot.fw: ${SRCTOP}/sys/contrib/dev/mwl/mwlboot.fw.uu
uudecode -p ${.ALLSRC} > ${.TARGET}
.include <bsd.kmod.mk>