projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
caa1f2c
)
libnetif_raw: adding k1om to build architectures
author
Reto Achermann
<reto.achermann@inf.ethz.ch>
Thu, 20 Apr 2017 08:01:46 +0000 (10:01 +0200)
committer
Reto Achermann
<reto.achermann@inf.ethz.ch>
Thu, 20 Apr 2017 08:01:46 +0000 (10:01 +0200)
Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>
lib/net_interfaces/Hakefile
patch
|
blob
|
history
diff --git
a/lib/net_interfaces/Hakefile
b/lib/net_interfaces/Hakefile
index
edf5c41
..
6be32df
100644
(file)
--- a/
lib/net_interfaces/Hakefile
+++ b/
lib/net_interfaces/Hakefile
@@
-20,6
+20,6
@@
build library { target = "net_if_raw",
cFiles = [ "interface_raw.c" ],
addLibraries = libDeps [ "devif", "devif_backend_idc"],
- architectures = ["armv7", "armv8"]}
+ architectures = ["armv7", "armv8", "k1om"]}
]