Files
xdp-project-bpf-examples/encap-forward/Makefile
Toke Høiland-Jørgensen bc91d4d456 encap-forward: Support conditional IPv6 encapsulation with IPV6=1
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2020-10-07 13:35:38 +02:00

11 lines
215 B
Makefile

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
USER_TARGETS :=
BPF_TARGETS := xdp_encap tc_bpf_encap
EXTRA_DEPS := encap.h
EXTRA_CFLAGS := $(if $(IPV6),-DIPV6)
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk