Hi
I downloaded and compiled debian kernel ver 5.4 as following site
https://www.digikey.com/eewiki/display/linuxonarm/BeagleBone+Black
and then I copied the file, simcom_wwan.c in driver/net/usb
and I modified Makefile in driver/net/usb.
When I run build_kernel.sh, simcom_wwan.c was deleted
and the Makefile returned to its previous state.
How can I compile after changing the kernel source or adding files?
Regards