Post Go back to editing

Building external (out of tree) module into kernel of Buildroot

In previous versions of the Linux kernel I wrote somethin like this :

 

make -C /home/pvr/uClinux SUBDIRS=/home/pvr/workspace/ds1621 modules

 

and the Makefile was as follows

 

DEBUG = n

obj-m := ds1621.o

 

 

What should I write now, when using the last version of the kernel?