f68801df10
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
15 lines
337 B
Makefile
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>
|