diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-05-07 13:13:23 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-07 19:14:29 +0200 |
commit | a26238d3ca21fda6d7d41b4d56541fcf4546fbe7 (patch) | |
tree | 86d518346c5af2338e42a09d5a3eeddf20c4cadd | |
parent | bf88b47ecb54888a789c02fa81aa4ab81ec2f3a5 (diff) | |
download | glibc-a26238d3ca21fda6d7d41b4d56541fcf4546fbe7.zip glibc-a26238d3ca21fda6d7d41b4d56541fcf4546fbe7.tar.gz glibc-a26238d3ca21fda6d7d41b4d56541fcf4546fbe7.tar.bz2 |
Enable new device_open_new RPC in libmachuser.
Message-Id: <ZFfcM3DP+x7VHpWA@jupiter.tail36e24.ts.net>
-rw-r--r-- | mach/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile index a5d1252..2c09c29 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -123,7 +123,8 @@ user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \ endif # For some reason, the calls in this file are `protected' by an ifdef. -MIGFLAGS-mach/mach4=-DMACH_PCSAMPLE +MIGFLAGS-mach/mach4 = -DMACH_PCSAMPLE +MIGFLAGS-device/device = -DDEVICE_ENABLE_DEVICE_OPEN_NEW # Make the MiG stubs for $(mach-shortcuts) be CALL_rpc. migdefines += $(foreach call,$(mach-shortcuts),-D$(call)=$(call)_rpc) |