aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-03-02 15:27:29 -0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-03-02 15:30:17 -0800
commit33421955afb21c5e89a85f0b8f19c3644b18c8ae (patch)
tree9febbf0b240727855bdfce3f1c2bc7ec3e19f506 /Makefile
parent162db89eff70660963f416e862f62fa35d718593 (diff)
downloadhurd-33421955afb21c5e89a85f0b8f19c3644b18c8ae.tar.gz
hurd-33421955afb21c5e89a85f0b8f19c3644b18c8ae.tar.bz2
hurd-33421955afb21c5e89a85f0b8f19c3644b18c8ae.zip
ACPI tables translator
Exposes x86 ACPI tables as a netfs on a mount point * acpi: New directory. * Makefile (prog-subdirs): Add acpi. * hurd/hurd_types.h (FSTYPE_ACPI): New macro.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6288a157..aa4ddc5a 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,8 @@ prog-subdirs = auth proc exec term \
init \
devnode \
eth-multiplexer \
- pci-arbiter
+ pci-arbiter \
+ acpi
ifeq ($(HAVE_SUN_RPC),yes)
prog-subdirs += nfs nfsd