Home | History | Annotate | Download | only in security
      1 # SPDX-License-Identifier: GPL-2.0+
      2 
      3 TEST_GEN_PROGS := rfi_flush
      4 top_srcdir = ../../../../..
      5 
      6 CFLAGS += -I../../../../../usr/include
      7 
      8 include ../../lib.mk
      9 
     10 $(TEST_GEN_PROGS): ../harness.c ../utils.c
     11