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


      1# SPDX-License-Identifier: GPL-2.0
      2# Makefile for netfilter selftests
      3
      4TEST_PROGS := nft_trans_stress.sh nft_fib.sh nft_nat.sh bridge_brouter.sh \
      5	conntrack_icmp_related.sh nft_flowtable.sh ipvs.sh \
      6	nft_concat_range.sh nft_conntrack_helper.sh \
      7	nft_queue.sh nft_meta.sh nf_nat_edemux.sh \
      8	ipip-conntrack-mtu.sh conntrack_tcp_unreplied.sh \
      9	conntrack_vrf.sh nft_synproxy.sh
     10
     11CFLAGS += $(shell pkg-config --cflags libmnl 2>/dev/null || echo "-I/usr/include/libmnl")
     12LDLIBS = -lmnl
     13TEST_GEN_FILES =  nf-queue connect_close
     14
     15include ../lib.mk