1 SubDir HAIKU_TOP src add-ons kernel drivers power acpi_thermal ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 if $(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 ;
11 KernelAddon acpi_thermal :
15 Depends acpi_thermal : acpi ;