瀏覽代碼

start initial MirBSD support

Waldemar Brodkorb 16 年之前
父節點
當前提交
fa008192cb
共有 2 個文件被更改,包括 6 次插入0 次删除
  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"