]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools: Fix mingw tools build
authorVladimir Yakovlev <nagos@inbox.ru>
Sat, 7 Jul 2012 10:05:06 +0000 (10:05 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 8 Jul 2012 20:41:19 +0000 (22:41 +0200)
commit8b6a4952e6064dc558cb7d5d375990b17491f26f
tree97457abdb9280332b27841ad34eec716532d3f9e
parentdb7720bad4ae0577c140fd72def24311afece894
tools: Fix mingw tools build

mkenvimage does not build due to missed os_support.o and unsupported
file modes S_IRGRP S_IWGRP.
Tested with mingw 4.2.1 on ubuntu 12.04.

Signed-off-by: Vladimir Yakovlev <nagos@inbox.ru>
tools/Makefile
tools/mkenvimage.c