mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-04 20:54:55 -04:00
22 lines
441 B
Makefile
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>
|