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 lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git]
/
lunaix-os
/
hal
/
gfxa
/
LBuild
diff --git
a/lunaix-os/hal/gfxa/LBuild
b/lunaix-os/hal/gfxa/LBuild
index 54d50d131eb44d4c60310e87441ea305fb9e4488..980a0a5a452899729fadebde79a010033aee3596 100644
(file)
--- a/
lunaix-os/hal/gfxa/LBuild
+++ b/
lunaix-os/hal/gfxa/LBuild
@@
-1,5
+1,3
@@
-use("vga")
+from . import vga
-sources([
- "gfxm.c"
-])
\ No newline at end of file
+src.c += "gfxm.c"
\ No newline at end of file