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 (644B)


      1# SPDX-License-Identifier: GPL-2.0
      2
      3# define_trace.h needs to know how to find our header
      4CFLAGS_trace.o			:= -I$(src)
      5obj-$(CONFIG_USB_CHIPIDEA)		+= ci_hdrc.o
      6
      7ci_hdrc-y				:= core.o otg.o debug.o ulpi.o
      8ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC)	+= udc.o trace.o
      9ci_hdrc-$(CONFIG_USB_CHIPIDEA_HOST)	+= host.o
     10ci_hdrc-$(CONFIG_USB_OTG_FSM)		+= otg_fsm.o
     11
     12# Glue/Bridge layers go here
     13
     14obj-$(CONFIG_USB_CHIPIDEA_GENERIC)	+= ci_hdrc_usb2.o
     15obj-$(CONFIG_USB_CHIPIDEA_MSM)		+= ci_hdrc_msm.o
     16obj-$(CONFIG_USB_CHIPIDEA_PCI)		+= ci_hdrc_pci.o
     17obj-$(CONFIG_USB_CHIPIDEA_IMX)		+= ci_hdrc_imx.o usbmisc_imx.o
     18obj-$(CONFIG_USB_CHIPIDEA_TEGRA)	+= ci_hdrc_tegra.o