Browse Source

start initial MirBSD support

Waldemar Brodkorb 14 years ago
parent
commit
fa008192cb
2 changed files with 6 additions and 0 deletions
  1. 3 0
      mk/build.mk
  2. 3 0
      scripts/scan-tools.sh

+ 3 - 0
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 \

+ 3 - 0
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"