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


      1#
      2# arch/x86/realmode/Makefile
      3#
      4# This file is subject to the terms and conditions of the GNU General Public
      5# License.  See the file "COPYING" in the main directory of this archive
      6# for more details.
      7#
      8#
      9
     10# Sanitizer runtimes are unavailable and cannot be linked here.
     11KASAN_SANITIZE			:= n
     12KCSAN_SANITIZE			:= n
     13
     14subdir- := rm
     15
     16obj-y += init.o
     17obj-y += rmpiggy.o
     18
     19$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
     20
     21$(obj)/rm/realmode.bin: FORCE
     22	$(Q)$(MAKE) $(build)=$(obj)/rm $@