Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / bus / usb / ehci / Makefile
1 # $DragonFly: src/sys/bus/usb/ehci/Makefile,v 1.2 2004/03/17 19:11:26 dillon Exp $
2 #
3 # Makefile for EHCI module
4
5 .PATH: ${.CURDIR}/..
6 KMOD= ehci
7 SRCS= ehci.c ehci_pci.c \
8         opt_usb.h opt_bus.h \
9         bus_if.h device_if.h pci_if.h
10
11 CFLAGS+= -I${.OBJDIR}/..
12
13 .include <bsd.kmod.mk>