2.1 Driver Source Code Integration
To integrate ATWILC device driver's source code into the kernel's build system, perform the following steps:
- Add the driver source code
                    including the 
Kconfigfile underlinux_root/drivers/net/wireless/microchip/wilc1000. - Edit 
linux_root/drivers/net/wireless/Kconfigto add the path to the ATWILC's driver Kconfig sourcedrivers/net/wireless/mchp/Kconfig. - Edit 
linux_root/drivers/net/wireless/Makefileto add the ATWILC's driver source codeobj-$(CONFIG_WLAN_VENDOR_MCHP) += mchp/. 
