aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/apple_bce/Makefile
blob: e853c6eec56661f9aba86f93b04f2be12a0f995d (plain) (blame)
1
2
3
4
5
6
7
8
9
.PATH: ${SRCTOP}/sys/dev/apple_bce

KMOD=	apple_bce
SRCS=	apple_bce.c apple_bce_mailbox.c apple_bce_queue.c
SRCS+=	apple_bce_vhci.c
SRCS+=	bus_if.h device_if.h pci_if.h
SRCS+=	opt_usb.h opt_bus.h

.include <bsd.kmod.mk>