git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rewrite the gic implementation, some other fix ups
[lunaix-os.git]
/
lunaix-os
/
arch
/
aarch64
/
soc
/
gic
/
LBuild
diff --git a/lunaix-os/arch/aarch64/soc/gic/LBuild
b/lunaix-os/arch/aarch64/soc/gic/LBuild
new file mode 100644
(file)
index 0000000..
71d3b58
--- /dev/null
+++ b/
lunaix-os/arch/aarch64/soc/gic/LBuild
@@ -0,0
+1,5
@@
+sources([
+ "gic_v3.c",
+ "common.c",
+ "default_ops.c",
+])