projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7a5aa6b
)
coreboot: adding monitor rpc client to the hake file
author
Reto Achermann
<reto.achermann@inf.ethz.ch>
Fri, 19 Jun 2015 06:33:39 +0000 (08:33 +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
be120bb
..
cc934ef
100644
(file)
--- a/
usr/drivers/cpuboot/Hakefile
+++ b/
usr/drivers/cpuboot/Hakefile
@@
-16,7
+16,8
@@
let template = application {
"../../../kernel/include/arch/x86_64/",
"../../../kernel/include"
],
- flounderDefs = ["monitor_blocking", "monitor"],
+ flounderDefs = ["monitor_blocking", "monitor" ],
+ flounderExtraDefs = [("monitor_blocking", ["rpcclient"])],
flounderBindings = ["intermon"]
}
in [