Blame view

imx8m/smarc_mx8mq/SharedBoardConfig.mk 424 Bytes
7bd79ad8b   Eric Lee   Android 10.0 patc...
1
2
3
4
5
6
7
8
9
10
11
12
13
  KERNEL_NAME := Image
  TARGET_KERNEL_ARCH := arm64
  
  #Enable this to include trusty support
  PRODUCT_IMX_TRUSTY := true
  
  #Enable this to disable product partition build.
  #IMX_NO_PRODUCT_PARTITION := true
  
  # BCM fmac wifi driver module
  BOARD_VENDOR_KERNEL_MODULES += \
      $(KERNEL_OUT)/drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil.ko \
      $(KERNEL_OUT)/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko