summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-08-05 19:21:31 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-08-05 19:21:31 +0200
commitc0ef248dc7c5ccc1273e2a796f3ece30c5b645df (patch)
tree6fe57e9f688a1de48a9d1a54462d5140dcffe6b0
parent2b9837e2f687356f9de307ae3d41762503baf8f0 (diff)
Fix linking netddedde_net
Now that ddekit uses libirqhelp.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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