Files
kata-containers/static-build/nemu/Makefile
Jianyong Wu 17512dc3cb nemu: enable compile nemu for arm64 on x86 host
This patch enable compile nemu for arm64 in container
on x86 host.

fixed: #577
Signed-off-by: Jianyong Wu  <jianyong.wu@arm.com>
2019-07-22 17:46:41 +08:00

14 lines
275 B
Makefile

#Copyright (c) 2019 Intel Corporation
#
#SPDX-License-Identifier: Apache-2.0
#
MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
CONFIG_DIR := $(MK_DIR)/../../scripts/
build:
"$(MK_DIR)/build-static-nemu.sh" $(arch)
clean:
rm -f kata-nemu-static.tar.gz