[Cbe-oss-dev] [patch 01/16] Makefile for the Axon driver

Arnd Bergmann arnd at arndb.de
Fri May 25 08:18:56 EST 2007


On Thursday 24 May 2007, jdubois at mc.com wrote:
> How can we do without it?
> 
> Signed-Off-by: Jean-Christophe DUBOIS <jdubois at mc.com>
> 

It would be better to add the Makefile bit by bit, with every
patch adding the Makefile and Kconfig references to the files
it adds.

Note that most of your Makefile is bogus anyway when linked
in the kernel. Ideally, it should only contain simple lines
like:

obj-$(CONFIG_FOO) += foo.o

	Arnd <><



More information about the cbe-oss-dev mailing list