From bb5a762c3fc9c023ed8a69ff8661c9e6c118a48a Mon Sep 17 00:00:00 2001 From: Evan Lloyd Date: Wed, 2 Dec 2015 20:30:13 +0000 Subject: 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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cc5cbfb4..a3b5e391 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ tools/fip_create/fip_create tools/cert_create/src/*.o tools/cert_create/src/**/*.o tools/cert_create/cert_create + +# Ignore header files copied. +tools/fip_create/firmware_image_package.h +tools/fip_create/uuid.h -- cgit v1.2.3