Makefile revision c58f1213e628a545081c70e26c6b67a841cff880
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Makefile - assembling the iso image for experimenting with EFI.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Copyright (C) 2009-2012 Oracle Corporation
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# This file is part of VirtualBox Open Source Edition (OSE), as
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# available from http://www.virtualbox.org. This file is free software;
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# you can redistribute it and/or modify it under the terms of the GNU
d8c71aacc9f1c8cd40a8ad8dcdad9be8854b849fChristian Maeder# General Public License (GPL) as published by the Free Software
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# Foundation, in version 2 as it comes in the "COPYING" file of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# Here we add modules to be burn on iso-image
3b06e23643a9f65390cb8c1caabe83fa7e87a708Till MossakowskiBUILD_DIR=$(WORKSPACE)/Build/VBoxPkg$(ARCH_SUFFIX)/DEBUG_UNIXGCC/$(BUILD_ARCH)
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus LuettichFILES_TO_ISO=$(foreach file, $(SOURCES), $(addprefix $(ISO_DIR)/, $(file)))