btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / add-ons / kernel / drivers / power / acpi_thermal / Jamfile
blob84befa93b16821f7ef1dd699c971cd992d474565
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 :
12         acpi_thermal.c
13         ;
15 Depends acpi_thermal : acpi ;