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


      1# SPDX-License-Identifier: GPL-2.0-only
      2# Makefile for firmware loading selftests
      3CFLAGS = -Wall \
      4         -O2
      5
      6TEST_PROGS := fw_run_tests.sh
      7TEST_FILES := fw_fallback.sh fw_filesystem.sh fw_upload.sh fw_lib.sh
      8TEST_GEN_FILES := fw_namespace
      9
     10include ../lib.mk