2008-04-27 00:59:45 -06:00
|
|
|
#
|
|
|
|
# Makefile for Cypress C67X00 USB Controller
|
|
|
|
#
|
|
|
|
|
2010-10-06 20:03:26 -06:00
|
|
|
ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
|
2008-04-27 00:59:45 -06:00
|
|
|
|
2010-10-06 20:03:26 -06:00
|
|
|
obj-$(CONFIG_USB_C67X00_HCD) += c67x00.o
|
2008-04-27 00:59:45 -06:00
|
|
|
|
2010-10-06 20:03:26 -06:00
|
|
|
c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
|