Build:Replace soft links with file copy.
authorEvan Lloyd <evan.lloyd@arm.com>
Wed, 2 Dec 2015 20:30:13 +0000 (20:30 +0000)
committerEvan Lloyd <evan.lloyd@arm.com>
Fri, 1 Apr 2016 11:33:09 +0000 (12:33 +0100)
commitbb5a762c3fc9c023ed8a69ff8661c9e6c118a48a
treeb701a0cc6667fe83c51ce5c01521662d7849c119
parente7f54dbd034fa319bd9ea07d7cc0bc0dcf46e096
Build:Replace soft links with file copy.

Some build environments do not support symbolic links. This patch
removes the symlinks previously used to build fip_create and instead
copies the relevant header files.
The original motivation for using symlinks was to avoid Trusted Firmware
library headers conflicting with headers in the compiler standard
include path. Copying the header files instead has the same effect.

Like other build artefacts, the copied files are listed in .gitignore.

The distclean targets have also been updated to remove the copies.

Change-Id: Ie8b67bcb133f7f1d660ae93b857950aa15e42b1e
.gitignore
tools/fip_create/Makefile
tools/fip_create/firmware_image_package.h [deleted symlink]
tools/fip_create/uuid.h [deleted symlink]