[U-Boot] [PATCH] board: tqm5200: delete its own object make rule

Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com ---
I cannot understand at all why this rule is necessary:
$(obj)cam5200_flash.o: cam5200_flash.c $(CC) $(CFLAGS) -c -o $@ $<
I confirmed the same binaries can be generated without this rule.
I built all tqm5200 boards (aev, cam5200, cam5200_niosflash, charon, fo300, MiniFAP, TB5200, TB5200_B, TQM5200, TQM5200_B, TQM5200_B_HIGHBOOT, TQM5200_STK100, TQM5200S, TQM5200S_HIGHBOOT) and checked md5sum.
board/tqc/tqm5200/Makefile | 3 --- 1 file changed, 3 deletions(-)
diff --git a/board/tqc/tqm5200/Makefile b/board/tqc/tqm5200/Makefile index 757f472..80c1eba 100644 --- a/board/tqc/tqm5200/Makefile +++ b/board/tqc/tqm5200/Makefile @@ -6,6 +6,3 @@ #
obj-y := tqm5200.o cmd_stk52xx.o cmd_tb5200.o cam5200_flash.o - -$(obj)cam5200_flash.o: cam5200_flash.c - $(CC) $(CFLAGS) -c -o $@ $<

On Mon, Nov 18, 2013 at 10:39:39AM +0900, Masahiro Yamada wrote:
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
I cannot understand at all why this rule is necessary:
$(obj)cam5200_flash.o: cam5200_flash.c $(CC) $(CFLAGS) -c -o $@ $<
I confirmed the same binaries can be generated without this rule.
I built all tqm5200 boards (aev, cam5200, cam5200_niosflash, charon, fo300, MiniFAP, TB5200, TB5200_B, TQM5200, TQM5200_B, TQM5200_B_HIGHBOOT, TQM5200_STK100, TQM5200S, TQM5200S_HIGHBOOT) and checked md5sum.
board/tqc/tqm5200/Makefile | 3 --- 1 file changed, 3 deletions(-)
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini