aboutsummaryrefslogtreecommitdiff
path: root/acpi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* acpi: Convert translator to an emulated mach deviceDamien Zammit2022-09-201-3/+3
| | | | | This makes acpi usable as a bootstrap translator. Message-Id: <20220920030035.931113-1-damien@zamaudio.com>
* acpi: Link translator to libacpica and provide RPCsDamien Zammit2022-09-121-3/+10
| | | | | | | | | 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>
* acpi: Fix static linkSamuel Thibault2019-04-211-1/+1
| | | | * acpi/Makefile (HURDLIBS): Add iohelp ihash.
* ACPI tables translatorDamien Zammit2019-03-021-0/+35
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.