# File: bcmdrivers/broadcom/net/usb/Makefile
#
# Makefile for the BCM63xx USB driver
#

obj-$(CONFIG_BCM_USB) += bcm_usb.o
bcm_usb-objs += bcmusb.o bcmrndis.o

EXTRA_CFLAGS += -DUSE_BH

-include $(TOPDIR)/Rules.make
