提交 22b096a8 编写于 作者: R Robert Reif 提交者: David S. Miller

sparc32: Fix obvious build issues for tftpboot.img build.

Signed-off-by: NRobert Reif <reif@earthlink.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 413ee282
...@@ -58,7 +58,7 @@ $(obj)/image: $(obj)/btfix.o FORCE ...@@ -58,7 +58,7 @@ $(obj)/image: $(obj)/btfix.o FORCE
$(obj)/zImage: $(obj)/image $(obj)/zImage: $(obj)/image
$(call if_changed,strip) $(call if_changed,strip)
$(obj)/tftpboot.img: $(obj)/piggyback $(obj)/System.map $(obj)/image FORCE $(obj)/tftpboot.img: $(obj)/piggyback_32 $(obj)/System.map $(obj)/image FORCE
$(call if_changed,elftoaout) $(call if_changed,elftoaout)
$(call if_changed,piggy) $(call if_changed,piggy)
......
...@@ -70,7 +70,7 @@ void die(char *str) ...@@ -70,7 +70,7 @@ void die(char *str)
int main(int argc,char **argv) int main(int argc,char **argv)
{ {
static char aout_magic[] = { 0x01, 0x03, 0x01, 0x07 }; static char aout_magic[] = { 0x01, 0x03, 0x01, 0x07 };
unsigned char buffer[1024], *q, *r; char buffer[1024], *q, *r;
unsigned int i, j, k, start, end, offset; unsigned int i, j, k, start, end, offset;
FILE *map; FILE *map;
struct stat s; struct stat s;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册