diff options
author | Justus Winter <justus@gnupg.org> | 2016-11-06 12:45:34 +0100 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-11-06 12:45:34 +0100 |
commit | c387012395ec83dbdad5e9a1e31f3a214337d064 (patch) | |
tree | ac5a13ffb474e91a56614164e5a0832bd526ca21 /i386/Makefrag.am | |
parent | 92476c17e0a4067a5702bb5a4914ed7bceafb3b2 (diff) | |
download | gnumach-c387012395ec83dbdad5e9a1e31f3a214337d064.tar.gz gnumach-c387012395ec83dbdad5e9a1e31f3a214337d064.tar.bz2 gnumach-c387012395ec83dbdad5e9a1e31f3a214337d064.zip |
Revert "i386: use ACPI to power off the machine"
This reverts commit c031b41b783cc99c0bd5aac7d14c1d6e34520397.
Adding the ACPI parser from GRUB was a mistake as its license
conflicts with the one used by the legacy Linux drivers. Furthermore,
adding support for ACPI to the kernel violates the minimality
principle.
Diffstat (limited to 'i386/Makefrag.am')
-rw-r--r-- | i386/Makefrag.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/i386/Makefrag.am b/i386/Makefrag.am index 90f20fb9..f38c0785 100644 --- a/i386/Makefrag.am +++ b/i386/Makefrag.am @@ -58,25 +58,6 @@ libkernel_a_SOURCES += \ i386/i386at/pic_isa.c \ i386/i386at/rtc.c \ i386/i386at/rtc.h - -libkernel_a_SOURCES += \ - i386/i386at/acpihalt.c \ - i386/i386at/acpihalt.h \ - i386/i386at/acpi.c \ - i386/i386at/grub_glue.c \ - i386/grub/err.h \ - i386/grub/cpu/io.h \ - i386/grub/cpu/types.h \ - i386/grub/cpu/time.h \ - i386/grub/mm.h \ - i386/grub/acpi.h \ - i386/grub/symbol.h \ - i386/grub/misc.h \ - i386/grub/types.h \ - i386/grub/time.h \ - i386/grub/i18n.h \ - i386/grub/compiler.h \ - i386/grub/glue.h endif # |