mirror of
https://github.com/xdp-project/BNG-router.git
synced 2024-05-06 15:54:53 +00:00
d38fb6ef73
The dhcp-relay utility was initially implemented as part of the bpf-examples repository, but really belongs here. So import it along with the build environment from bpf-examples. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
11 lines
226 B
Makefile
11 lines
226 B
Makefile
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
|
|
|
|
USER_TARGETS := dhcp_user_xdp
|
|
BPF_TARGETS :=dhcp_kern_xdp
|
|
EXTRA_DEPS := dhcp-relay.h
|
|
#EXTRA_CFLAGS := $(if $(IPV6),-DIPV6)
|
|
|
|
LIB_DIR = ../lib
|
|
|
|
include $(LIB_DIR)/common.mk
|