xref: /haiku/src/add-ons/kernel/drivers/power/acpi_thermal/Jamfile (revision 1d9d47fc72028bb71b5f232a877231e59cfe2438)
1SubDir HAIKU_TOP src add-ons kernel drivers power acpi_thermal ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5if $(TARGET_PLATFORM) != haiku {
6	# Needed for <ACPI.h>. Unfortunately we also get the other headers there,
7	# that we don't really want.
8	UsePublicHeaders drivers ;
9}
10
11KernelAddon acpi_thermal : kernel drivers bin :
12	acpi_thermal.c
13	;
14
15Depends acpi_thermal : acpi ;
16