mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 07:54:24 +01:00
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>
This commit is contained in:
parent
2e78e75e1f
commit
1500389c2f
1 changed files with 0 additions and 3 deletions
|
|
@ -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 $< $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue