SubDir HAIKU_TOP src add-ons kernel drivers disk acpi_loader ;

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 ;
}

KernelAddon acpi_loader :
	acpi_loader.c
	;

Depends acpi_loader : acpi ;
