commit | 655a0f99f292474e753a541f9918cf16f006926a | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Thu Oct 30 21:49:38 2003 +0000 |
committer | wdenk <wdenk> | Thu Oct 30 21:49:38 2003 +0000 |
tree | 66ae0d558907465ecbebb815f8be02a4257e5c55 | |
parent | b6c60cb375e3b96bc6742d0a9d40354e6c7f7aa9 [diff] [blame] |
* Fix parameter passing to standalone images with bootm command * Patch by Kyle Harris, 30 Oct 2003: Fix build errors for ixdp425 board * Patch by David M. Horn, 29 Oct 2003: Fixes to build under CYGWIN * Get IceCube MGT5100 working (again)
diff --git a/tools/Makefile b/tools/Makefile index c1313a2..c191203 100644 --- a/tools/Makefile +++ b/tools/Makefile
@@ -96,6 +96,7 @@ # ifeq ($(HOSTOS),cygwin) SFX = .exe +HOST_CFLAGS += -D__WIN32__ else SFX = endif