summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-03-31 00:51:24 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-03-31 00:51:24 +0200
commitade9d439dbc6d21d7353150dac357a55f2ad1a49 (patch)
treee03a3ee174b841b72d6796e39134fdb8a4758c3b
parent0b7aac4481ee99f000305e90901951918ae34ccc (diff)
Fix build
* Makefile (SRC_C): Add machdev.c.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3095ea3c9..27291dc65 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ include Makeconf.local
TARGET = netdde
-SRC_C = main.c check_kernel.c
+SRC_C = main.c machdev.c check_kernel.c
LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lz -lpthread -lshouldbeinlibc -lports $(libslab_path) $(libbpf_path)
CFLAGS += -g -I$(PKGDIR)/include -I$(BUILDDIR)/include