2.2 Firmware Integration
To build ATWILC's firmware (FW) files as part of the kernel, perform the following
            steps: 
- Add firmwares to 
linux_root/firmware/mchp/ - Edit 
linux_root/firmware/Makefileto add the firmware filesfw-shipped-$(CONFIG_WILC) += mchp/wilc1000_wifi_firmware.binfw-shipped-$(CONFIG_WILC) += mchp/wilc3000_wifi_firmware.binfw-shipped-$(CONFIG_WILC) += mchp/wilc3000_ble_firmware.bin
 
