diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fip_create/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fip_create/Makefile b/tools/fip_create/Makefile index 2e367c2f..30e4b827 100644 --- a/tools/fip_create/Makefile +++ b/tools/fip_create/Makefile @@ -69,7 +69,7 @@ ${PROJECT}: ${OBJECTS} Makefile # path. This avoids conflicts with definitions in the compiler standard # include path. # -uuid.h : ../../include/stdlib/sys/uuid.h +uuid.h : ../../include/lib/stdlib/sys/uuid.h $(call SHELL_COPY,$<,$@) firmware_image_package.h : ../../include/common/firmware_image_package.h |