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
16 lines
232 B
Makefile
16 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/contrib/dev/iwi
|
|
|
|
KMOD= iwi_bss
|
|
FIRMWS= iwi_bss:iwi_bss:300
|
|
FIRMWARE_LICENSE= intel_iwi
|
|
|
|
CLEANFILES= iwi_bss
|
|
|
|
iwi_bss: ipw2200-bss.fw.uu
|
|
uudecode -p ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|
|
|