1SubDir HAIKU_TOP src add-ons kernel drivers power acpi_button ;
2
3UsePrivateKernelHeaders ;
4
5KernelAddon acpi_button :
6	acpi_button.cpp
7	;
8