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