Move PCI ATA driver to pci/ata

This commit is contained in:
2025-11-23 21:49:49 +01:00
parent fa152cac4d
commit d3a91b6438
5 changed files with 8 additions and 7 deletions

View File

@ -69,6 +69,7 @@ SRCFILES += $(call GRABSRC, \
cpu \
vmm \
pci \
pci/ata \
)
CFILES := $(call GET_CFILES, $(SRCFILES))