Skip to content

Commit 8a1798f

Browse files
committed
packet03-redirecting: add Makefile
The top-level make fails because this Makefile was missing. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
1 parent a8e794e commit 8a1798f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packet03-redirecting/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2+
3+
XDP_TARGETS := xdp_prog_kern
4+
USER_TARGETS :=
5+
6+
LIBBPF_DIR = ../libbpf/src/
7+
COMMON_DIR = ../common
8+
9+
COPY_LOADER := xdp_loader
10+
EXTRA_DEPS := $(COMMON_DIR)/parsing_helpers.h
11+
12+
include $(COMMON_DIR)/common.mk

0 commit comments

Comments
 (0)