tools: Unix.mk: Generate .tar.gz file with make export

Summary:
- This commit generates .tar.gz file with make export

Impact:
- make export file format

Testing:
- Tested with sabre-6quad:netknsh

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2022-07-27 16:03:58 +09:00 committed by Xiang Xiao
parent 1742b7f6a4
commit 88d0a4d20e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ LINKLIBS = $(patsubst staging/%,%,$(NUTTXLIBS))
# Export tool definitions
MKEXPORT= tools/mkexport.sh
MKEXPORT_ARGS = -t "$(TOPDIR)" -b "$(BOARD_DIR)"
MKEXPORT_ARGS = -z -t "$(TOPDIR)" -b "$(BOARD_DIR)"
ifneq ($(CONFIG_BUILD_FLAT),y)
MKEXPORT_ARGS += -u