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
201 B
Makefile
11 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/otus
|
|
|
|
KMOD = if_otus
|
|
SRCS = if_otus.c if_otusreg.h \
|
|
bus_if.h device_if.h \
|
|
opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|