125f16c87SAaron Conole# SPDX-License-Identifier: GPL-2.0 225f16c87SAaron Conole 325f16c87SAaron Conoletop_srcdir = ../../../../.. 425f16c87SAaron Conole 5*9b06d5b9SJan StancekCFLAGS += -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES) 625f16c87SAaron Conole 725f16c87SAaron ConoleTEST_PROGS := openvswitch.sh 825f16c87SAaron Conole 925f16c87SAaron ConoleTEST_FILES := ovs-dpctl.py 1025f16c87SAaron Conole 1125f16c87SAaron ConoleEXTRA_CLEAN := test_netlink_checks 1225f16c87SAaron Conole 1325f16c87SAaron Conoleinclude ../../lib.mk 14