29 Mar
2011
29 Mar
'11
9:56 a.m.
On Tue, Mar 29, 2011 at 12:24:21PM +0530, rajeev wrote:
Could you please let me know where to put these Kconfig and Makefile either in platform driver or in m/c driver
If you're adding a new platform it's common to add the Kconfig and Makefile last in a separate patch so you don't need to worry if the rest of the patches build individually (but if you're adding a CODEC that should include its own patch). Otherwise just build the bits up as you add them, the goal is that the tree should be buildable after each patch.