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

change cmd_boot.c to cmd.c, put all the command in this file.

add some struct nprog needs.
remove handle_help handle_exit function.
This commit is contained in:
xiangfu
2009-04-29 07:25:12 +00:00
parent f93b8a829b
commit 6e4e15eb31
5 changed files with 115 additions and 47 deletions

View File

@@ -34,7 +34,7 @@ CFLAGS += -pedantic -Wall -W -O1 -g3 -std=gnu99
LDFLAGS += -lusb -lconfuse
BINARY_NAME = inflash
SRC_C= main.c usb.c cmd_boot.c command_line.c
SRC_C= main.c usb.c cmd.c command_line.c
SRC_H= ingenic_usb.h usb_boot_defines.h command_line.h cmd.h config.h
SRC_O= $(SRC_C:.c=.o)