[PATCH 1/3] ARM: OMAP4: Add pcm049 to Kconfig/Makefile
From: tony@atomide.com (Tony Lindgren)
Date: 2011-07-08 11:55:21
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2011-07-08 11:55:21
Also in:
linux-omap
* Sergei Shtylyov [off-list ref] [110708 04:45]:
Hello. On 08-07-2011 14:04, Jan Weitzel wrote:quoted
Signed-off-by: Jan Weitzel<redacted> --- arch/arm/mach-omap2/Kconfig | 5 +++++ arch/arm/mach-omap2/Makefile | 4 ++++ 2 files changed, 9 insertions(+), 0 deletions(-)quoted
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 19d5891..c6a2d43 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig[...]quoted
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index b148077..e81b594 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile@@ -238,6 +238,10 @@ obj-$(CONFIG_MACH_OMAP4_PANDA) += board-omap4panda.o \ hsmmc.o \ omap_phy_internal.o +obj-$(CONFIG_MACH_PCM049) += board-omap4pcm049.o \You need to first add board-omap4pcm049.c, and only then wire it to the Makefile. You could do both in onme patch though...
Yes looks like this should be just one patch for everything. Regards, Tony