diff options
author | Damien Zammit <damien@zamaudio.com> | 2020-07-25 11:18:45 +1000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-25 13:14:18 +0200 |
commit | 06906d97984e6de0567b652e108cc4d8d764e561 (patch) | |
tree | c7d42424294d115431abf2766a4ed1a234415f25 /libmachdev/Makefile | |
parent | 67c9d475e7204296ca9bcfbd08a896df1a87e74a (diff) | |
download | hurd-06906d97984e6de0567b652e108cc4d8d764e561.tar.gz hurd-06906d97984e6de0567b652e108cc4d8d764e561.tar.bz2 hurd-06906d97984e6de0567b652e108cc4d8d764e561.zip |
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/Makefile | 2 |
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 |