cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (362B)


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the usb common parts.
      4#
      5
      6obj-$(CONFIG_USB_COMMON)	  += usb-common.o
      7usb-common-y			  += common.o
      8usb-common-$(CONFIG_TRACING)	  += debug.o
      9usb-common-$(CONFIG_USB_LED_TRIG) += led.o
     10
     11obj-$(CONFIG_USB_CONN_GPIO)	+= usb-conn-gpio.o
     12obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o
     13obj-$(CONFIG_USB_ULPI_BUS)	+= ulpi.o