repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removal of non-Haiku target platform logic from build system (part 1.)
[haiku.git]
/
src
/
add-ons
/
kernel
/
drivers
/
power
/
acpi_thermal
/
Jamfile
blob
97328574a90aefb29a9f8bcb790bf103037fdbfe
1
SubDir HAIKU_TOP src add-ons kernel drivers power acpi_thermal ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
KernelAddon acpi_thermal :
6
acpi_thermal.c
7
;
8
9
Depends acpi_thermal : acpi ;