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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3.PHONY: vm-sample
      4
      5vm-sample: vm-sample.o payload.o
      6	$(CC) $^ -o $@
      7
      8payload.o: payload.ld guest16.o
      9	$(LD) -T $< -o $@
     10
     11clean:
     12	rm *.o vm-sample