From: Vaibhav Hiremath Date: Thu, 5 Jul 2012 15:05:14 +0000 (-0700) Subject: ARM: OMAP2+: All OMAP2PLUS uses omap-device.o target so add one entry X-Git-Tag: next-20120724~11^2~4^2~1^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=576d5e3a340a8a4411d6260b2dabd4223cc1c3a3;p=karo-tx-linux.git ARM: OMAP2+: All OMAP2PLUS uses omap-device.o target so add one entry All OMAP2PLUS based devices, builds omap-device.o target; so just add one entry so that there is no need to patch this file for any future OMAP2+ devices. Signed-off-by: Vaibhav Hiremath Cc: Kevin Hilman Cc: Paul Walmsley Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index 6d87532871cd..961bf859bc0c 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile @@ -10,9 +10,7 @@ obj-n := obj- := # omap_device support (OMAP2+ only at the moment) -obj-$(CONFIG_ARCH_OMAP2) += omap_device.o -obj-$(CONFIG_ARCH_OMAP3) += omap_device.o -obj-$(CONFIG_ARCH_OMAP4) += omap_device.o +obj-$(CONFIG_ARCH_OMAP2PLUS) += omap_device.o obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o