Update drivers

This commit is contained in:
EnderIce2
2024-01-19 06:44:00 +02:00
parent 2ee57b9756
commit da4a6317ea
83 changed files with 9425 additions and 598 deletions

7
audio/Makefile Normal file
View File

@ -0,0 +1,7 @@
build:
make -C ac97 build
make -C hda build
clean:
make -C ac97 clean
make -C hda clean