aboutsummaryrefslogtreecommitdiff
path: root/eth-multiplexer/Makefile
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2021-08-05 18:03:47 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:12:50 +0200
commit4b739a627e08fe0bc50342e65ba61abd0152fe17 (patch)
tree0a54c1217668ee8a535e117ded9f4886cb526416 /eth-multiplexer/Makefile
parent99df125e1048d9d09cfb68ce54725a089bacc140 (diff)
downloadhurd-4b739a627e08fe0bc50342e65ba61abd0152fe17.tar.gz
hurd-4b739a627e08fe0bc50342e65ba61abd0152fe17.tar.bz2
hurd-4b739a627e08fe0bc50342e65ba61abd0152fe17.zip
eth-multiplexer: Use notify server implementation from libports
We can simply override proc_dead_name () to handle dead-name notifications.
Diffstat (limited to 'eth-multiplexer/Makefile')
-rw-r--r--eth-multiplexer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
index cefa0abd..5f3d2739 100644
--- a/eth-multiplexer/Makefile
+++ b/eth-multiplexer/Makefile
@@ -20,8 +20,8 @@ makemode := server
target = eth-multiplexer
#CFLAGS += -DDEBUG
-SRCS = ethernet.c vdev.c multiplexer.c dev_stat.c netfs_impl.c notify_impl.c device_impl.c demuxer.c
-MIGSTUBS = deviceServer.o notifyServer.o
+SRCS = ethernet.c vdev.c multiplexer.c dev_stat.c netfs_impl.c device_impl.c dead-name.c demuxer.c
+MIGSTUBS = deviceServer.o
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)