mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-07-11 23:29:27 +00:00
Renamed "Disk" to "Storage"
This commit is contained in:
7
Storage/Makefile
Normal file
7
Storage/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
build:
|
||||
make --quiet -C AHCI build
|
||||
make --quiet -C ATA build
|
||||
|
||||
clean:
|
||||
make -C AHCI clean
|
||||
make -C ATA clean
|
Reference in New Issue
Block a user