* Fix parameter passing to standalone images with bootm command
[platform/kernel/u-boot.git] / tools / Makefile
index c1313a2..c191203 100644 (file)
@@ -96,6 +96,7 @@ endif
 #
 ifeq ($(HOSTOS),cygwin)
 SFX = .exe
+HOST_CFLAGS += -D__WIN32__
 else
 SFX =
 endif