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


      1# SPDX-License-Identifier: GPL-2.0
      2hostprogs := elf-entry
      3PHONY += elf-entry
      4elf-entry: $(obj)/elf-entry
      5	@:
      6
      7hostprogs += loongson3-llsc-check
      8PHONY += loongson3-llsc-check
      9loongson3-llsc-check: $(obj)/loongson3-llsc-check
     10	@: