7da89abe6dd9091e128a120b371f37d8184b83d4
[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     ])