summaryrefslogtreecommitdiff
path: root/mach/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-07-19 21:54:47 +0000
committerRoland McGrath <roland@gnu.org>1994-07-19 21:54:47 +0000
commitc741af2e1c39d420318a92a3d076f727c10da264 (patch)
treece0c0d3fb21f5044d1772f98204d762f93b7b1cd /mach/Makefile
parentd9246f4e9d3ad60780fc6492e5e0d64c77fbd071 (diff)
(user-interfaces): Add mach/mach4.
(mach-shortcuts): Match all syscall_% again; the missing ones are in mach4.defs.
Diffstat (limited to 'mach/Makefile')
-rw-r--r--mach/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mach/Makefile b/mach/Makefile
index bbcdacd3f6..30a201a002 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -45,7 +45,7 @@ interface-library := libmachuser.a
user-interfaces := $(addprefix mach/,mach_interface mach_port mach_host \
memory_object_user \
memory_object_default \
- exc \
+ exc mach4 \
)\
$(addprefix device/,device device_request)
server-interfaces := device/device_reply mach/exc mach/notify
@@ -136,11 +136,7 @@ generated += $(mach-syscalls:%=__%.S) \
$(mach-syscalls:%=%.c)
endif # mach-syscalls
-# XXX MK85 has some new syscall_* traps that don't seem to correspond to RPCs.
-mach-shortcuts := $(patsubst syscall_%,%,\
- $(filter syscall_vm_% syscall_task_% \
- syscall_mach_port_% syscall_thread_%,\
- $(mach-syscalls)))
+mach-shortcuts := $(patsubst syscall_%,%,$(filter syscall_%,$(mach-syscalls)))
ifndef mach-shortcuts
# Forget about mach_interface.defs for this run. On the next run,