SubDir HAIKU_TOP src add-ons kernel drivers power enhanced_speedstep ;

SetSubDirSupportedPlatformsBeOSCompatible ;

if $(TARGET_PLATFORM) != haiku {
	# Needed for <ACPI.h>. Unfortunately we also get the other headers there,
	# that we don't really want.
	UsePublicHeaders drivers ;
}

UsePrivateHeaders kernel ;

KernelAddon enhanced_speedstep :
	enhanced_speedstep.cpp
	frequency.cpp
	;

Depends acpi_enhanced_speedstep : acpi ;