|
@@ -230,6 +230,9 @@ ifeq (${OStype},Linux)
|
|
endif
|
|
endif
|
|
ifeq (${OStype},FreeBSD)
|
|
ifeq (${OStype},FreeBSD)
|
|
@echo ADK_HOST_FREEBSD=y > $(TOPDIR)/.defconfig
|
|
@echo ADK_HOST_FREEBSD=y > $(TOPDIR)/.defconfig
|
|
|
|
+endif
|
|
|
|
+ifeq (${OStype},MirBSD)
|
|
|
|
+ @echo ADK_HOST_MIRBSD=y > $(TOPDIR)/.defconfig
|
|
endif
|
|
endif
|
|
@if [ ! -z "$(TARGET)" ];then \
|
|
@if [ ! -z "$(TARGET)" ];then \
|
|
grep "^config" target/Config.in \
|
|
grep "^config" target/Config.in \
|