This commit is contained in:
Shen Mintao
2026-02-28 09:04:45 +08:00
parent a16a8c47ed
commit 453feef954
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
PACKAGE_NAME="aic8800"
PACKAGE_VERSION="1.0.0"
MAKE="make -C drivers/aic8800"
CLEAN="make -C drivers/aic8800 clean"
MAKE="KVER=${kernelver} 'make' -C drivers/aic8800"
CLEAN="KVER=${kernelver} 'make' -C drivers/aic8800 clean"
# Main module (aic8800_fdrv)
BUILT_MODULE_NAME[0]="aic8800_fdrv"