diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-04-05 14:16:32 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-04-09 01:01:04 +0400 |
commit | 7cab0c1302ee555eb6f3f01137845483d2a9f3bb (patch) | |
tree | 5ae03cd6d2c2ca0f5066ecf47e892a8bae30afe3 /arch/arm/mach-omap2 | |
parent | 4fa840ee99ee3298c9329a3a3e0bdaa998b7fd76 (diff) | |
download | linux-7cab0c1302ee555eb6f3f01137845483d2a9f3bb.tar.xz |
omap2+: Remove useless Makefile line
Merge commit 952414505f55afe5cd6dc004765076aa22b3ed7e ("Merge branch
'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc") added
references to CONFIG_MACH_PCM049 and board-omap4pcm049.o to this
Makefile. But there's no Kconfig symbol MACH_PCM049 and there's no file
board-omap4pcm049.c. This line can safely be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 3d0697c58cb4..62bb352c2d37 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -254,8 +254,6 @@ obj-$(CONFIG_MACH_TOUCHBOOK) += board-omap3touchbook.o obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o obj-$(CONFIG_MACH_OMAP4_PANDA) += board-omap4panda.o -obj-$(CONFIG_MACH_PCM049) += board-omap4pcm049.o - obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o obj-$(CONFIG_MACH_CRANEBOARD) += board-am3517crane.o |