Makefile 169 B

12345678
  1. #
  2. # Makefile for physical layer USB drivers
  3. #
  4. ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
  5. obj-$(CONFIG_USB_ISP1301) += isp1301.o
  6. obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o