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
239 B
Makefile
16 lines
239 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/contrib/dev/ipw
|
|
|
|
KMOD= ipw_ibss
|
|
FIRMWS= ipw_ibss:ipw_ibss:130
|
|
FIRMWARE_LICENSE= intel_ipw
|
|
|
|
CLEANFILES= ipw_ibss
|
|
|
|
ipw_ibss: ipw2100-1.3-i.fw.uu
|
|
uudecode -p ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|
|
|