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


      1# SPDX-License-Identifier: GPL-2.0
      2ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG
      3
      4obj-$(CONFIG_USBIP_CORE) += usbip-core.o
      5usbip-core-y := usbip_common.o usbip_event.o
      6
      7obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o
      8vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
      9
     10obj-$(CONFIG_USBIP_HOST) += usbip-host.o
     11usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
     12
     13obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o
     14usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o