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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3hostprogs	+= relocs
      4relocs-objs	+= relocs_32.o
      5relocs-objs	+= relocs_64.o
      6relocs-objs	+= relocs_main.o
      7PHONY += relocs
      8relocs: $(obj)/relocs
      9	@: