Hi,

When building an external module, for example, given this command, 
all:
    $(MAKE) -C $(KDIR) M=$$PWD

It will build the ko file in the $PWD. 

How to specify a location for the .ko files?


Regards.