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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the linux pstorefs routines.
      4#
      5
      6obj-$(CONFIG_PSTORE) += pstore.o
      7
      8pstore-objs += inode.o platform.o
      9pstore-$(CONFIG_PSTORE_FTRACE)	+= ftrace.o
     10
     11pstore-$(CONFIG_PSTORE_PMSG)	+= pmsg.o
     12
     13ramoops-objs += ram.o ram_core.o
     14obj-$(CONFIG_PSTORE_RAM)	+= ramoops.o
     15
     16pstore_zone-objs += zone.o
     17obj-$(CONFIG_PSTORE_ZONE)	+= pstore_zone.o
     18
     19pstore_blk-objs += blk.o
     20obj-$(CONFIG_PSTORE_BLK)	+= pstore_blk.o