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
1 parent e7f54db commit bb5a762c3fc9c023ed8a69ff8661c9e6c118a48a
@Evan Lloyd Evan Lloyd authored on 2 Dec 2015
Showing 4 changed files
View
.gitignore
View
tools/fip_create/Makefile
View
tools/fip_create/firmware_image_package.h 120000 → 0
View
tools/fip_create/uuid.h 120000 → 0