• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (C) 2009, Cisco Systems Inc.
3# Copyright (c) Linux Test Project, 2006-2020
4# Ngie Cooper, October 2009
5
6top_srcdir		?= ../../../..
7
8include $(top_srcdir)/include/mk/testcases.mk
9
10INSTALL_TARGETS		+= route[4-6]-* *.sh
11
12route-change-netlink: CFLAGS += $(LIBMNL_CFLAGS)
13route-change-netlink: LDLIBS += $(LIBMNL_LIBS)
14
15include $(top_srcdir)/include/mk/generic_leaf_target.mk
16