1 # SPDX-License-Identifier: GPL-2.0 2 3 top_srcdir = ../../../../.. 4 5 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES) 6 7 TEST_PROGS := openvswitch.sh 8 9 TEST_FILES := ovs-dpctl.py 10 11 EXTRA_CLEAN := test_netlink_checks 12 13 include ../../lib.mk
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.