#
# Makefile for the pehci driver (if driver is inside kernel tree).
#

CFLAGS_REMOVE_pehci.o = -Werror

obj-$(CONFIG_USB_PEHCI_HCD) += pehci.o

