app: exclude spdk_top from mingw cross builds
Temporarily exclude spdk_top from mingw cross builds until curses support is resolved. Signed-off-by: Nick Connolly <nick.connolly@mayadata.io> Change-Id: I1db9a9d592de06e45e1ec496369c629d66f0a50c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6580 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
2a8065b554
commit
b8d548911b
@ -41,7 +41,10 @@ DIRS-y += iscsi_top
|
|||||||
DIRS-y += iscsi_tgt
|
DIRS-y += iscsi_tgt
|
||||||
DIRS-y += spdk_tgt
|
DIRS-y += spdk_tgt
|
||||||
DIRS-y += spdk_lspci
|
DIRS-y += spdk_lspci
|
||||||
|
ifneq ($(OS),Windows)
|
||||||
|
# TODO - currently disabled on Windows due to lack of support for curses
|
||||||
DIRS-y += spdk_top
|
DIRS-y += spdk_top
|
||||||
|
endif
|
||||||
ifeq ($(OS),Linux)
|
ifeq ($(OS),Linux)
|
||||||
DIRS-$(CONFIG_VHOST) += vhost
|
DIRS-$(CONFIG_VHOST) += vhost
|
||||||
DIRS-y += spdk_dd
|
DIRS-y += spdk_dd
|
||||||
|
Loading…
Reference in New Issue
Block a user