Forgot ATA driver

This commit is contained in:
Alex 2022-11-06 01:04:32 +02:00
parent 712899858f
commit 5891c9c3a7
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -1,5 +1,7 @@
build:
make --quiet -C AHCI build
make --quiet -C ATA build
clean:
make -C AHCI clean
make -C ATA clean