xref: /haiku/src/add-ons/kernel/drivers/power/acpi_button/Jamfile (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
1SubDir HAIKU_TOP src add-ons kernel drivers power acpi_button ;
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_button :
12	acpi_button.c
13	;
14
15Depends acpi_button : acpi ;
16
17