summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-01-11 23:23:24 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-01-13 00:59:16 +0100
commit566c227636481b246d928772ebeaacbc7c37145b (patch)
tree5438a78f92517b7b3882f328ba6cf4fca2c1215c /Makefrag.am
parent92fad38a043b75ed6b435b3efa574ede91dbe9ee (diff)
Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for mach4.defs and mach_host.defs.
Also move more mach_debug rpcs to kern/mach_debug.h. Message-Id: <Y7+LPMLOafUQrNHZ@jupiter.tail36e24.ts.net>
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 8a82caee..cb5651a2 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -173,6 +173,8 @@ libkernel_a_SOURCES += \
kern/mach_debug.h \
kern/mach_factor.c \
kern/mach_factor.h \
+ kern/mach_host.h \
+ kern/mach4.h \
kern/machine.c \
kern/machine.h \
kern/macros.h \