freebsd-dev/sys/modules/usb/atp/Makefile
Rui Paulo 4d16b4ec42 Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).
Submitted by:	Rohit Grover <rgrover1 at gmail.com>
MFC after:	2 months
2009-11-09 15:59:09 +00:00

12 lines
186 B
Makefile

# $FreeBSD$
S= ${.CURDIR}/../../..
.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>