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


      1#
      2# Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
      3# Licensed under the GPL
      4#
      5
      6obj-y = registers.o task_size.o mcontext.o
      7
      8obj-$(CONFIG_X86_32) += tls.o
      9obj-$(CONFIG_64BIT) += prctl.o
     10
     11USER_OBJS := $(obj-y)
     12
     13include arch/um/scripts/Makefile.rules