1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

correct the flash tool path

This commit is contained in:
xiangfu
2009-04-26 15:34:02 +00:00
parent 8979988877
commit 22cb7cda9e
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
# published by the Free Software Foundation.
#
# -----------------------------
FLASH_TOOL_PATH = ../../flash-tool
CC := mipsel-linux-gcc
AR := mipsel-linux-ar rcsv
@@ -53,7 +53,7 @@ all: $(APP)
$(OBJDUMP) -D $(APP) > $(TARGET).dump
$(NM) $(APP) | sort > $(TARGET).sym
$(OBJDUMP) -h $(APP) > $(TARGET).map
cp usb_boot.bin ../../../tools
cp usb_boot.bin $(FLASH_TOOL_PATH)
$(APP): $(HEADO) $(OBJS) $(EXTLIBS)
$(CC) $(LDFLAGS) $^ -o $@