summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-01-10 01:00:37 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-01-10 22:18:34 +0100
commit963b1794d7117064cee8ab5638b329db51dad854 (patch)
treed9b6d60289fdc3c134dce5e0edc1f58f820e5608 /Makefrag.am
parentd5e5dd3401ea0d0475aa830c2171be5b8a72f4fa (diff)
Preemptively fix warnings that will be caused by -Wmissing-prototypes
Declared RPCs in ipc/mach_port.c and ddb/db_ext_symtab.c in their corresponding headers. Ideally these should be used by mig instead of mig declaring its own prototypes. Message-Id: <Y7z/BQhmsBbRgxhe@jupiter.tail36e24.ts.net>
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am
index e2b4a3ba..8a82caee 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -170,6 +170,7 @@ libkernel_a_SOURCES += \
kern/log2.h \
kern/mach_clock.c \
kern/mach_clock.h \
+ kern/mach_debug.h \
kern/mach_factor.c \
kern/mach_factor.h \
kern/machine.c \