File: Makefile

package info (click to toggle)
xdp-tools 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,892 kB
  • sloc: ansic: 156,740; sh: 3,371; makefile: 572; python: 360; lisp: 53
file content (15 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)

TEST_TARGETS := test-tool
XDP_TARGETS := test_long_func_name xdp_drop xdp_pass xdp_adjust_tail
SCRIPTS_FILES := test_runner.sh setup-netns-env.sh run_tests.sh
XDP_OBJ_INSTALL :=

LIB_DIR = ..

include $(LIB_DIR)/common.mk

install_local::
	install -m 0755 -d $(DESTDIR)$(SCRIPTSDIR)
	install -m 0644 test_config.install.sh $(DESTDIR)$(SCRIPTSDIR)/test_config.sh
	install -m 0644 $(XDP_OBJ) $(DESTDIR)$(SCRIPTSDIR)/