15e8a7fe6SFam Zheng#!/bin/bash 2d710ac87SFam Zheng# 3dbd73b56SFam Zheng# Compile all the targets. 4d710ac87SFam Zheng# 5dbd73b56SFam Zheng# Copyright (c) 2016 Red Hat Inc. 6d710ac87SFam Zheng# 7d710ac87SFam Zheng# Authors: 8d710ac87SFam Zheng# Fam Zheng <famz@redhat.com> 9d710ac87SFam Zheng# 10d710ac87SFam Zheng# This work is licensed under the terms of the GNU GPL, version 2 11d710ac87SFam Zheng# or (at your option) any later version. See the COPYING file in 12d710ac87SFam Zheng# the top-level directory. 13d710ac87SFam Zheng 14d710ac87SFam Zheng. common.rc 15d710ac87SFam Zheng 16dbd73b56SFam Zhengcd "$BUILD_DIR" 17c16fe84fSFam Zheng 18*3f9747a7SAlex Bennéebuild_qemu && check_qemu && install_qemu 19