I have a driver module compiled in CentOS. Than I installed QEMU and booted up Linux Debian on it. Now I want to compile module on Debian for ARM architecture. Makefile that I have now is not a proper one. Is there any specific Makefile to be used for compiling modules in Qemu or I just need to modify my Makefile? How to do that?