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-os-Linux (235B)


      1# 
      2# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
      3# Licensed under the GPL
      4#
      5
      6# To get a definition of F_SETSIG
      7USER_CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
      8KBUILD_CFLAGS += -D_LARGEFILE64_SOURCE
      9DEV_NULL_PATH = \"/dev/null\"