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