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


      1# SPDX-License-Identifier: GPL-2.0
      2libertas-y += cfg.o
      3libertas-y += cmd.o
      4libertas-y += cmdresp.o
      5libertas-y += debugfs.o
      6libertas-y += ethtool.o
      7libertas-y += main.o
      8libertas-y += rx.o
      9libertas-y += tx.o
     10libertas-y += firmware.o
     11libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
     12
     13usb8xxx-objs += if_usb.o
     14libertas_cs-objs += if_cs.o
     15libertas_sdio-objs += if_sdio.o
     16libertas_spi-objs += if_spi.o
     17
     18obj-$(CONFIG_LIBERTAS)     += libertas.o
     19obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
     20obj-$(CONFIG_LIBERTAS_CS)  += libertas_cs.o
     21obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o
     22obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o