Re: [PATCH] ASoC: OMAP: Remove obsolete Makefile line
On Thu, May 30, 2013 at 09:37:40AM +0200, Paul Bolle wrote: > Support for omap2evm was removed in v3.0. But only one of its two > lines in this Makefile was removed. Remove the second line too. Applied, thanks. signature.asc Description: Digital signature
Re: [PATCH] ASoC: OMAP: Remove obsolete Makefile line
On Thu, 30 May 2013 09:37:40 +0200 Paul Bolle wrote: > Support for omap2evm was removed in v3.0. But only one of its two > lines in this Makefile was removed. Remove the second line too. > > Signed-off-by: Paul Bolle > --- > Eyeball tested only. > > sound/soc/omap/Makefile | 1 - > 1 file changed, 1 deletion(-) > True, commit 91d94af ("omap: Remove support for omap2evm") removed only omap2evm.o. Acked-by: Jarkko Nikula -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
[PATCH] ASoC: OMAP: Remove obsolete Makefile line
Support for omap2evm was removed in v3.0. But only one of its two lines in this Makefile was removed. Remove the second line too. Signed-off-by: Paul Bolle --- Eyeball tested only. sound/soc/omap/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/omap/Makefile b/sound/soc/omap/Makefile index 2b22594..a725905 100644 --- a/sound/soc/omap/Makefile +++ b/sound/soc/omap/Makefile @@ -26,7 +26,6 @@ obj-$(CONFIG_SND_OMAP_SOC_N810) += snd-soc-n810.o obj-$(CONFIG_SND_OMAP_SOC_RX51) += snd-soc-rx51.o obj-$(CONFIG_SND_OMAP_SOC_AMS_DELTA) += snd-soc-ams-delta.o obj-$(CONFIG_SND_OMAP_SOC_OSK5912) += snd-soc-osk5912.o -obj-$(CONFIG_SND_OMAP_SOC_OMAP2EVM) += snd-soc-omap2evm.o obj-$(CONFIG_SND_OMAP_SOC_AM3517EVM) += snd-soc-am3517evm.o obj-$(CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040) += snd-soc-omap-abe-twl6040.o obj-$(CONFIG_SND_OMAP_SOC_OMAP_TWL4030) += snd-soc-omap-twl4030.o -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html