mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
22 lines
787 B
Plaintext
22 lines
787 B
Plaintext
PACKAGE_NAME="aic8800"
|
|
PACKAGE_VERSION="1.0.0"
|
|
MAKE="KVER=${kernelver} KDIR=/lib/modules/${kernelver}/build 'make' -C drivers/aic8800"
|
|
CLEAN="KVER=${kernelver} KDIR=/lib/modules/${kernelver}/build 'make' -C drivers/aic8800 clean"
|
|
|
|
# Main module (aic8800_fdrv)
|
|
BUILT_MODULE_NAME[0]="aic8800_fdrv"
|
|
BUILT_MODULE_LOCATION[0]="drivers/aic8800/aic8800_fdrv"
|
|
DEST_MODULE_LOCATION[0]="/updates/dkms"
|
|
|
|
# Firmware loading module (aic_load_fw)
|
|
BUILT_MODULE_NAME[1]="aic_load_fw"
|
|
BUILT_MODULE_LOCATION[1]="drivers/aic8800/aic_load_fw"
|
|
DEST_MODULE_LOCATION[1]="/updates/dkms"
|
|
|
|
# Device-scoped standard-btusb ACL bulk TX ZLP quirk (368b:8d81 only)
|
|
BUILT_MODULE_NAME[2]="aic_zlp_quirk"
|
|
BUILT_MODULE_LOCATION[2]="drivers/aic8800/aic_zlp_quirk"
|
|
DEST_MODULE_LOCATION[2]="/updates/dkms"
|
|
|
|
AUTOINSTALL="yes"
|