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
11 lines
252 B
Makefile
11 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/if_ndis
|
|
|
|
KMOD= if_ndis
|
|
SRCS= if_ndis.c if_ndis_pci.c if_ndis_pccard.c if_ndis_usb.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
|
|
SRCS+= opt_bus.h opt_usb.h usb_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|