From fa008192cb2c9885ec412f584051f66c2da63908 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Dec 2009 19:35:00 +0100 Subject: start initial MirBSD support --- mk/build.mk | 3 +++ scripts/scan-tools.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mk/build.mk b/mk/build.mk index bf10ae5e2..eadf61d65 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -230,6 +230,9 @@ ifeq (${OStype},Linux) endif ifeq (${OStype},FreeBSD) @echo ADK_HOST_FREEBSD=y > $(TOPDIR)/.defconfig +endif +ifeq (${OStype},MirBSD) + @echo ADK_HOST_MIRBSD=y > $(TOPDIR)/.defconfig endif @if [ ! -z "$(TARGET)" ];then \ grep "^config" target/Config.in \ diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index fb2f957e6..266cb2b27 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -39,6 +39,9 @@ Linux) FreeBSD) # supported with no extra quirks at the moment ;; +MirBSD) + # supported with no extra quirks at the moment + ;; CYG*) # mkdir /openadk # mount -b -s -o managed "C:/openadk" "/openadk" -- cgit v1.2.3