[U-Boot] [PATCH] board: h2200: Delete an unnecessary make rule

Masahiro Yamada yamada.m at jp.panasonic.com
Mon Nov 18 01:44:54 CET 2013


We have a generic rule to generate .o file from *.S
in $(TOPDIR)/config.mk.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

Note:
I confirmed that I can still generate the identical
board/h2200/h2200-header.bin after applying this patch.


 board/h2200/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/board/h2200/Makefile b/board/h2200/Makefile
index b654a96..d4fa153 100644
--- a/board/h2200/Makefile
+++ b/board/h2200/Makefile
@@ -10,8 +10,5 @@ obj-y	:= h2200.o
 
 extra-y := h2200-header.bin
 
-$(obj)h2200-header.o: h2200-header.S
-	$(CC) $(CFLAGS) -c -o $@ $<
-
 $(obj)h2200-header.bin: $(obj)h2200-header.o
 	$(OBJCOPY) -O binary $< $@
-- 
1.8.3.2



More information about the U-Boot mailing list