Searched hist:f41caddbe73f52a42f529d668ce47b4d693fd2c0 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/mach-omap2/ |
H A D | Makefile | diff 4fa840ee99ee3298c9329a3a3e0bdaa998b7fd76 Fri Apr 05 12:12:29 CEST 2013 Paul Bolle <pebolle@tiscali.nl> omap2+: Remove useless Makefile line
Commit f41caddbe73f52a42f529d668ce47b4d693fd2c0 ("omap2+: Use Kconfig symbol in Makefile instead of obj-y") reorganized this Makefile. But, for some reason, it also added references to CONFIG_MACH_ENCORE and board-omap3encore.o. But there's no Kconfig symbol MACH_ENCORE and there's no file board-omap3encore.c. This line can safely be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Tony Lindgren <tony@atomide.com> diff f41caddbe73f52a42f529d668ce47b4d693fd2c0 Tue Aug 23 08:57:23 CEST 2011 Tony Lindgren <tony@atomide.com> omap2+: Use Kconfig symbol in Makefile instead of obj-y
As noted by Grant Likely <grant.likely@secretlab.ca>, 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 <tony@atomide.com>
|