git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Code-base clean-up and refactoring (#47)
[lunaix-os.git]
/
lunaix-os
/
hal
/
ahci
/
LBuild
1
if config("ahci_enable"):
2
sources([
3
"ahci_pci.c",
4
"hbadev_export.c",
5
"ahci.c",
6
"utils.c",
7
"io_event.c",
8
"atapi.c",
9
"ata.c"
10
])