brintos

brintos / linux-shallow public Read only

0
0
Text · 268 B · 2f1508a Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3top_srcdir = ../../../../..4 5CFLAGS =  -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)6 7TEST_PROGS := openvswitch.sh8 9TEST_FILES := ovs-dpctl.py10 11EXTRA_CLEAN := test_netlink_checks12 13include ../../lib.mk14