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
      3spi-nor-objs			:= core.o sfdp.o swp.o otp.o sysfs.o
      4spi-nor-objs			+= atmel.o
      5spi-nor-objs			+= catalyst.o
      6spi-nor-objs			+= eon.o
      7spi-nor-objs			+= esmt.o
      8spi-nor-objs			+= everspin.o
      9spi-nor-objs			+= fujitsu.o
     10spi-nor-objs			+= gigadevice.o
     11spi-nor-objs			+= intel.o
     12spi-nor-objs			+= issi.o
     13spi-nor-objs			+= macronix.o
     14spi-nor-objs			+= micron-st.o
     15spi-nor-objs			+= spansion.o
     16spi-nor-objs			+= sst.o
     17spi-nor-objs			+= winbond.o
     18spi-nor-objs			+= xilinx.o
     19spi-nor-objs			+= xmc.o
     20spi-nor-$(CONFIG_DEBUG_FS)	+= debugfs.o
     21obj-$(CONFIG_MTD_SPI_NOR)	+= spi-nor.o
     22
     23obj-$(CONFIG_MTD_SPI_NOR)	+= controllers/