From c0ef248dc7c5ccc1273e2a796f3ece30c5b645df Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 5 Aug 2024 19:21:31 +0200 Subject: Fix linking netdde Now that ddekit uses libirqhelp. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec606d818..f151833f4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ TARGET = netdde SRC_C = main.c machdev.c check_kernel.c -LIBS += $(libmachdevdde_path) $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -ltrivfs -lpciaccess -lz -lshouldbeinlibc -lports -liohelp -lfshelp -lihash -lpthread $(libslab_path) $(libbpf_path) +LIBS += $(libmachdevdde_path) $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -ltrivfs -lpciaccess -lz -lshouldbeinlibc -lports -liohelp -lfshelp -lihash -lpthread -lirqhelp $(libslab_path) $(libbpf_path) CFLAGS += -Wno-error=implicit-function-declaration -g -I$(PKGDIR)/include -I$(BUILDDIR)/include LDFLAGS += -g -- cgit v1.2.3