git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix dependency check logic cause config always disabled
[lunaix-os.git]
/
lunaix-os
/
hal
/
LBuild
1
from . import acpi, ahci, char, rtc, term, timer, bus
2
3
if config.use_devicetree:
4
from . import devtree
5
6
if config.use_graphic_dev:
7
from . import gfxa
8
9
src.c += "irq.c"