]> git.sur5r.net Git - u-boot/blobdiff - tools/Makefile
* Fix parameter passing to standalone images with bootm command
[u-boot] / tools / Makefile
index c1313a2b442e57b009e5cb0c4e9d01a40c420b79..c191203e4533e7f1740028cd07125c568b2b6302 100644 (file)
@@ -96,6 +96,7 @@ endif
 #
 ifeq ($(HOSTOS),cygwin)
 SFX = .exe
+HOST_CFLAGS += -D__WIN32__
 else
 SFX =
 endif