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