aboutsummaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2021-05-26 16:44:17 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:13:38 +0200
commit005fe822cbdacc398c7a47540078188a383574db (patch)
tree78738385b7291b865cbd9339839d74184e340c0a /libmachdev/Makefile
parentf10886297e77091b7bc313766cf7c8bac97d4291 (diff)
downloadhurd-005fe822cbdacc398c7a47540078188a383574db.tar.gz
hurd-005fe822cbdacc398c7a47540078188a383574db.tar.bz2
hurd-005fe822cbdacc398c7a47540078188a383574db.zip
libmachdev: Use notify server implementation from libports
Since the implementation in libmachdev was just forwarding calls to the corresponding libports functions, we might as well just use ports_notify_server_routine () directly.
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r--libmachdev/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index a4a58198..7b07c926 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -20,7 +20,7 @@ makemode := library
libname = libmachdev
SRCS = ds_routines.c trivfs_server.c startup_notifyServer.c \
- deviceServer.c notifyServer.c mach_i386Server.c
+ deviceServer.c mach_i386Server.c
LCLHDRS = machdev.h machdev-device_emul.h machdev-dev_hdr.h mach_device.h trivfs_server.h
installhdrs = machdev.h machdev-device_emul.h machdev-dev_hdr.h