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:
parent
1742b7f6a4
commit
88d0a4d20e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user