Hi Nicolas, sorry for the delay.
On 12.10.2012 10:48, Nicolas Palix wrote: > + # The ignore_unknown_options flag requires Coccinelle >= 0.2.3 > + FLAGS="-ignore_unknown_options -very_quiet" > + if [ "$KBUILD_EXTMOD" = "" ] ; then > + OPTIONS="-dir $srctree $*" Why is -Iinclude not needed in this case? > + else > + OPTIONS="-dir $KBUILD_EXTMOD -patch $srctree -I $srctree/include -I > $KBUILD_EXTMOD/include $*" > + fi The main Makefile exports the $LINUXINCLUDE variable, which contains all the needed -I options. It would be cleaner to use that instead. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/