diff options
author | U-windows7\wbx <wbx@windows7.(none)> | 2009-12-19 20:39:01 +0100 |
---|---|---|
committer | U-windows7\wbx <wbx@windows7.(none)> | 2009-12-19 20:39:01 +0100 |
commit | c58c1d4555c199939496713f231e45598b4d8ba7 (patch) | |
tree | 8133d7e70c093312d50e07c68af63a6b10e3a1e9 /mk | |
parent | d6351c4a4cbc08c4e919ea55750a0efe02f2b743 (diff) |
cygwin support refresh
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index 9f35a3827..b1a2c814f 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -240,6 +240,9 @@ endif ifeq (${OStype},NetBSD) @echo ADK_HOST_NETBSD=y > $(TOPDIR)/.defconfig endif +ifneq (,$(filter CYGWIN%,${OStype})) + @echo ADK_HOST_CYGWIN=y > $(TOPDIR)/.defconfig +endif @if [ ! -z "$(TARGET)" ];then \ grep "^config" target/Config.in \ |grep -i "$(TARGET)" \ |