diff options
author | Damien Zammit <damien@zamaudio.com> | 2022-09-12 10:39:45 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-09-12 20:32:59 +0200 |
commit | 4830c981325d53f8a4372288dbf0ef77a22059da (patch) | |
tree | 892cd79901ed178e964cbfc25da90ec2bbb99fa9 /shutdown/Makefile | |
parent | 160fb63ee0c72f165ab131c4d725d9badaa646ab (diff) | |
download | hurd-4830c981325d53f8a4372288dbf0ef77a22059da.tar.gz hurd-4830c981325d53f8a4372288dbf0ef77a22059da.tar.bz2 hurd-4830c981325d53f8a4372288dbf0ef77a22059da.zip |
shutdown: Use new acpi RPC to halt machine, clean up
This allows clean shutdown of all modern x86 machines
(not just qemu) by using the acpi translator to call
into libacpica code.
Message-Id: <20220912103837.556815-3-damien@zamaudio.com>
Diffstat (limited to 'shutdown/Makefile')
-rw-r--r-- | shutdown/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/Makefile b/shutdown/Makefile index 73813dab..fc5e697d 100644 --- a/shutdown/Makefile +++ b/shutdown/Makefile @@ -18,7 +18,7 @@ dir := shutdown makemode := server -SRCS = shutdown.c acpi_shutdown.c +SRCS = shutdown.c acpiUser.c HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash fshelp LDLIBS = -lpthread target = shutdown |