Enable new device_open_new RPC in libmachuser.

Message-Id: <ZFfcM3DP+x7VHpWA@jupiter.tail36e24.ts.net>
This commit is contained in:
Flavio Cruz 2023-05-07 13:13:23 -04:00 committed by Samuel Thibault
parent bf88b47ecb
commit a26238d3ca

View File

@ -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)