xref: /linux/drivers/usb/c67x00/Makefile (revision e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d)
1*e9b29ffcSPeter Korsgaard#
2*e9b29ffcSPeter Korsgaard# Makefile for Cypress C67X00 USB Controller
3*e9b29ffcSPeter Korsgaard#
4*e9b29ffcSPeter Korsgaard
5*e9b29ffcSPeter Korsgaardccflags-$(CONFIG_USB_DEBUG)		+= -DDEBUG
6*e9b29ffcSPeter Korsgaard
7*e9b29ffcSPeter Korsgaardobj-$(CONFIG_USB_C67X00_HCD)		+= c67x00.o
8*e9b29ffcSPeter Korsgaard
9*e9b29ffcSPeter Korsgaardc67x00-objs := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
10