193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
267 B
Makefile
14 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|