Menuconfig Implementation and auto-qemu refactoring (#44)
[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     ])