summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-21 13:04:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-21 13:04:18 +0100
commit7f87000741f4061aeb28c10105beb751eb9ee639 (patch)
treec94976669d7ed66a64fd85f4c3665a4266cfd293 /mk
parent7cc1307c17dd9dfc907580b7b3320554848a10de (diff)
parent33f92f3466c9959e73e01f50861495162f681164 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index d9f369ed2..58c26f11c 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -243,6 +243,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)" \