2015-10-15 10:25:28 +02:00

22 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/08/24 23:21:51 pooka Exp $
#
RUMPTOP=${TOPRUMP}
.PATH: ${RUMPTOP}/../dev/pci ${RUMPTOP}/../dev/usb
LIB= rumpdev_pci_usbhc
IOCONF= PCI_USBHC.ioconf
SRCS= usbhc_at_pci.c
SRCS+= ohci_pci.c ohci.c
SRCS+= uhci_pci.c uhci.c
SRCS+= ehci_pci.c ehci.c
SRCS+= usb_pci.c
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev
.include "${RUMPTOP}/Makefile.rump"
.include <bsd.lib.mk>
.include <bsd.klinks.mk>