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
Merge branch 'master' into isa/arm64
[lunaix-os.git]
/
lunaix-os
/
hal
/
ahci
/
LBuild
diff --git
a/lunaix-os/hal/ahci/LBuild
b/lunaix-os/hal/ahci/LBuild
index 8c081c6b12d91fb9619391ffbae6cf0d8d7a11c6..7da89abe6dd9091e128a120b371f37d8184b83d4 100644
(file)
--- a/
lunaix-os/hal/ahci/LBuild
+++ b/
lunaix-os/hal/ahci/LBuild
@@
-1,9
+1,10
@@
-sources([
- "ahci_pci.c",
- "hbadev_export.c",
- "ahci.c",
- "utils.c",
- "io_event.c",
- "atapi.c",
- "ata.c"
-])
\ No newline at end of file
+if config("ahci_enable"):
+ sources([
+ "ahci_pci.c",
+ "hbadev_export.c",
+ "ahci.c",
+ "utils.c",
+ "io_event.c",
+ "atapi.c",
+ "ata.c"
+ ])
\ No newline at end of file