From 160fb63ee0c72f165ab131c4d725d9badaa646ab Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Mon, 12 Sep 2022 10:39:30 +0000 Subject: acpi: Link translator to libacpica and provide RPCs Provides two new acpi RPCs to sleep the machine and to get the irq of any pci device. ACPI mode is enabled by default when the translator is started. NB: Merging this commit means libacpica is a build dep. Message-Id: <20220912103837.556815-2-damien@zamaudio.com> --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e2ee1ec..874349c0 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,6 @@ prog-subdirs = auth proc exec term \ init \ devnode \ eth-multiplexer \ - acpi \ shutdown ifeq ($(HAVE_LIBRUMP),yes) @@ -65,6 +64,10 @@ ifeq ($(HAVE_LIBPCIACCESS),yes) prog-subdirs += pci-arbiter endif +ifeq ($(HAVE_LIBACPICA),yes) +prog-subdirs += acpi +endif + # Other directories other-subdirs = hurd doc config release include -- cgit v1.2.3