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