usb4bsd - Change M_NOWAIT to M_WAITOK
[dragonfly.git] / sys / bus / usb / ehci / Makefile
1 # Makefile for EHCI module
2
3 .PATH: ${.CURDIR}/..
4 KMOD= ehci
5 SRCS= ehci.c ehci_pci.c \
6         opt_usb.h \
7         bus_if.h device_if.h pci_if.h
8
9 CFLAGS+= -I${.OBJDIR}/..
10
11 .include <bsd.kmod.mk>