Hello.
I need to make a couple of changes in the file linux-4.4-14/drivers/usb/serial/option.c and linux-4.4-14/drivers/usb/serial/usb_wwan.c in order to recognize a Quectel UC15 usb modem I need to work with. But after running 'make menuconfig' and then running 'make', I see that all the changes i've made are reverted and every source file turns into the original, so my question is: How can I make the builder to respect the changes I make to the source code, or how to make an offline build?
Thank you!