Home | History | Annotate | Download | only in packet
      1 # SPDX-License-Identifier: GPL-2.0-or-later
      2 # Copyright (c) 2018 Linux Test Project
      3 
      4 top_srcdir		?= ../../..
      5 
      6 include $(top_srcdir)/include/mk/testcases.mk
      7 
      8 CFLAGS			+= -D_GNU_SOURCE
      9 
     10 fanout01:	CFLAGS += -pthread
     11 fanout01:	LDLIBS += -lrt
     12 
     13 include $(top_srcdir)/include/mk/generic_leaf_target.mk
     14