mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
255 B
Makefile
14 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/contrib/dev/iwi
|
|
|
|
KMOD= iwi_monitor
|
|
FIRMWS= iwi_monitor:iwi_monitor:300
|
|
FIRMWARE_LICENSE= intel_iwi
|
|
|
|
CLEANFILES= iwi_monitor
|
|
|
|
iwi_monitor: ipw2200-sniffer.fw.uu
|
|
uudecode -p ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|