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
12 lines
180 B
Makefile
12 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${SRCTOP}/sys
|
|
|
|
.PATH: $S/dev/usb/input
|
|
|
|
KMOD= atp
|
|
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
|
|
atp.c
|
|
|
|
.include <bsd.kmod.mk>
|