1SubDir HAIKU_TOP src add-ons kernel drivers power acpi_thermal ;
2
3KernelAddon acpi_thermal :
4	acpi_thermal.c
5	;
6
7Depends acpi_thermal : acpi ;
8