summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-18 09:44:54 +0900
committerTom Rini <trini@ti.com>2013-11-25 10:41:53 -0500
commit1500389c2fc09ea59e76c4a7f315815a09c6bfec (patch)
tree7af2e9d84ca0538a0ef0816c28c0ced0d32c8bac /board
parent2e78e75e1f8292baca42a40f0c29978fbe417524 (diff)
downloadtalos-obmc-uboot-1500389c2fc09ea59e76c4a7f315815a09c6bfec.tar.gz
talos-obmc-uboot-1500389c2fc09ea59e76c4a7f315815a09c6bfec.zip
board: h2200: Delete an unnecessary make rule
We have a generic rule to generate .o file from *.S in $(TOPDIR)/config.mk. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board')
-rw-r--r--board/h2200/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/h2200/Makefile b/board/h2200/Makefile
index b654a96e0b..d4fa15344c 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 $< $@
OpenPOWER on IntegriCloud