projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
05ddd8a
)
coreboot: adding missing if/ dependencies to Hakefile (octopus, acpi)
author
Reto Achermann
<reto.achermann@inf.ethz.ch>
Fri, 19 Jun 2015 09:09:48 +0000 (11:09 +0200)
committer
Reto Achermann
<reto.achermann@inf.ethz.ch>
Fri, 19 Jun 2015 10:09:30 +0000 (12:09 +0200)
Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>
usr/drivers/cpuboot/Hakefile
patch
|
blob
|
history
diff --git
a/usr/drivers/cpuboot/Hakefile
b/usr/drivers/cpuboot/Hakefile
index
cc934ef
..
af1429f
100644
(file)
--- a/
usr/drivers/cpuboot/Hakefile
+++ b/
usr/drivers/cpuboot/Hakefile
@@
-16,8
+16,8
@@
let template = application {
"../../../kernel/include/arch/x86_64/",
"../../../kernel/include"
],
- flounderDefs = ["monitor_blocking", "monitor" ],
- flounderExtraDefs = [("monitor_blocking", ["rpcclient"])],
+ flounderDefs = ["monitor_blocking", "monitor", "octopus" , "acpi"],
+ flounderExtraDefs = [("monitor_blocking", ["rpcclient"]), ("acpi", ["rpcclient"])],
flounderBindings = ["intermon"]
}
in [