From: Tony Lindgren Date: Wed, 10 Aug 2011 10:57:08 +0000 (-0700) Subject: omap2+: Use Kconfig symbol in Makefile instead of obj-y X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad8b03c0b01ee35353ec047d8483b7ba9c9e651;p=pandora-kernel.git omap2+: Use Kconfig symbol in Makefile instead of obj-y As noted by Grant Likely , omap2+ Makefile unnecessarily repeats entries for common device init code instead of using Kconfig symbol. Remove references to hsmmc.o and board-flash.o. Also omap_phy_internal.o references can be removed once it has some Kconfig symbol to use. Signed-off-by: Tony Lindgren