Hello,
  I know that for building a module outside the kernel source tree,
the preferred command in the Makefile is:

make -C $KERNELSRC M=$PWD

the old syntax is:
make -C $KERNELSRC SUBDIRS=$PWD modules


My question is: is there any practical difference between using the
old syntax and the new
syntax ? is it permitted to use the old syntax with newest git kernels ?

Rgs,
Mark

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to