Re: MODULE_LICENSE("GPL") not working for me

From: Arnd Bergmann
Date: Fri Oct 07 2011 - 05:53:03 EST


On Friday 07 October 2011, Stephen Williams wrote:
>
> I have some large drivers for use in embedded arm systems, and
> I want them to be GPL, because I want to use some symbols exported
> as GPL, and also because I just wanna. But it is not working for
> me. I've attached my Makefile. I'm building from outside the kernel
> tree, but that should be OK. (right?) I'm using the following script to
> actually build:

It's usually much easier to build from within the kernel tree.
Just put the driver into the drivers/staging directory and use
the regular Makefile/Kconfig logic to hook it up with the build
system.

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/