mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 09:41:42 +00:00
Added AHCI driver stub
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,6 +1,6 @@
|
||||
build:
|
||||
mkdir -p out
|
||||
touch out/dummy.fex
|
||||
make --quiet -C Disk build
|
||||
make --quiet -C Audio build
|
||||
make --quiet -C FileSystem build
|
||||
make --quiet -C Generic build
|
||||
@@ -12,6 +12,7 @@ prepare:
|
||||
|
||||
clean:
|
||||
rm -rf out
|
||||
make -C Disk clean
|
||||
make -C Audio clean
|
||||
make -C FileSystem clean
|
||||
make -C Generic clean
|
||||
|
Reference in New Issue
Block a user