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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
      4#
      5
      6obj-y := mem.o process.o
      7
      8USER_OBJS := $(obj-y)
      9
     10include arch/um/scripts/Makefile.rules