xref: /haiku/src/add-ons/kernel/drivers/power/acpi_thermal/Jamfile (revision a127b88ecbfab58f64944c98aa47722a18e363b2)
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