diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-08-05 19:21:31 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-08-05 19:21:31 +0200 |
commit | c0ef248dc7c5ccc1273e2a796f3ece30c5b645df (patch) | |
tree | 6fe57e9f688a1de48a9d1a54462d5140dcffe6b0 | |
parent | 2b9837e2f687356f9de307ae3d41762503baf8f0 (diff) |
Fix linking netddedde_net
Now that ddekit uses libirqhelp.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |