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


      1# SPDX-License-Identifier: GPL-2.0-or-later
      2#
      3# Copyright (c) 2019 Oracle.
      4# All Rights Reserved.
      5#
      6
      7ccflags-y += -I $(srctree)/$(src)		# needed for trace events
      8
      9obj-$(CONFIG_FS_IOMAP)		+= iomap.o
     10
     11iomap-y				+= trace.o \
     12				   iter.o
     13iomap-$(CONFIG_BLOCK)		+= buffered-io.o \
     14				   direct-io.o \
     15				   fiemap.o \
     16				   seek.o
     17iomap-$(CONFIG_SWAP)		+= swapfile.o