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-skas (290B)


      1# 
      2# Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
      3# Licensed under the GPL
      4#
      5
      6GPROF_OPT += -pg
      7GCOV_OPT += -fprofile-arcs -ftest-coverage
      8
      9CFLAGS-$(CONFIG_GCOV) += $(GCOV_OPT)
     10CFLAGS-$(CONFIG_GPROF) += $(GPROF_OPT)
     11LINK-$(CONFIG_GCOV) += $(GCOV_OPT)
     12LINK-$(CONFIG_GPROF) += $(GPROF_OPT)