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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the Nios2-specific parts of the memory manager.
      4#
      5
      6obj-y	+= cacheflush.o
      7obj-y	+= dma-mapping.o
      8obj-y	+= extable.o
      9obj-y	+= fault.o
     10obj-y	+= init.o
     11obj-y	+= ioremap.o
     12obj-y	+= mmu_context.o
     13obj-y	+= pgtable.o
     14obj-y	+= tlb.o
     15obj-y	+= uaccess.o