summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2020-07-25 11:18:45 +1000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-07-25 13:14:18 +0200
commit06906d97984e6de0567b652e108cc4d8d764e561 (patch)
treec7d42424294d115431abf2766a4ed1a234415f25 /libmachdev/Makefile
parent67c9d475e7204296ca9bcfbd08a896df1a87e74a (diff)
libmachdev: Implement S_i386_io_perm_create
Now that machdev redirects the device master port, it has to implement the i386 permission RPCs on it. Message-Id: <20200725011847.186969-2-damien@zamaudio.com> Message-Id: <20200725011847.186969-3-damien@zamaudio.com>
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 db275cce..15b98cf1 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -20,7 +20,7 @@ makemode := library
libname = libmachdev
SRCS = ds_routines.c trivfs_server.c \
- deviceServer.c notifyServer.c
+ deviceServer.c notifyServer.c mach_i386Server.c
LCLHDRS = machdev.h machdev-device_emul.h machdev-dev_hdr.h mach_device.h
installhdrs = machdev.h machdev-device_emul.h machdev-dev_hdr.h