xref: /linux/tools/testing/selftests/net/openvswitch/Makefile (revision 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18)
1*25f16c87SAaron Conole# SPDX-License-Identifier: GPL-2.0
2*25f16c87SAaron Conole
3*25f16c87SAaron Conoletop_srcdir = ../../../../..
4*25f16c87SAaron Conole
5*25f16c87SAaron ConoleCFLAGS =  -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
6*25f16c87SAaron Conole
7*25f16c87SAaron ConoleTEST_PROGS := openvswitch.sh
8*25f16c87SAaron Conole
9*25f16c87SAaron ConoleTEST_FILES := ovs-dpctl.py
10*25f16c87SAaron Conole
11*25f16c87SAaron ConoleEXTRA_CLEAN := test_netlink_checks
12*25f16c87SAaron Conole
13*25f16c87SAaron Conoleinclude ../../lib.mk
14