ac97: Make Linux port official

This commit is contained in:
RichardG867
2025-01-05 18:33:07 -03:00
parent 55324a40f2
commit 2c1aecff34
3 changed files with 10 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ jobs:
run: |
cd ${{ github.workspace }}/ac97
wmake
make -f Makefile.gcc clean all CC=i686-linux-gnu-gcc CFLAGS=-I/usr/local/include LDFLAGS=-static
- name: Build `acpi`
run: |
cd ${{ github.workspace }}/acpi