mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08: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
@ -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…
Reference in New Issue
Block a user