diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-01-17 23:56:04 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-01-19 00:55:04 +0100 |
commit | 2029728ed6d2a88350be945a892d325aebc2eb8d (patch) | |
tree | 5cdae89a531f8d10e08b39491c7c8e64cff3f9b0 /Makefrag.am | |
parent | fc6bcf785b702e7e8a675ea0fe9856cc1b24b8f6 (diff) | |
download | gnumach-2029728ed6d2a88350be945a892d325aebc2eb8d.tar.gz gnumach-2029728ed6d2a88350be945a892d325aebc2eb8d.tar.bz2 gnumach-2029728ed6d2a88350be945a892d325aebc2eb8d.zip |
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
This also reverts 566c227636481b246d928772ebeaacbc7c37145b and
963b1794d7117064cee8ab5638b329db51dad854
Message-Id: <Y8d75KSqNL4FFInm@mercury.tail36e24.ts.net>
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefrag.am b/Makefrag.am index 60aeffe0..bdf61246 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -169,11 +169,8 @@ 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/mach_host.h \ - kern/mach4.h \ kern/machine.c \ kern/machine.h \ kern/macros.h \ |