mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-21 20:14:29 +00:00
Merge "refactor(juno): move plat_def_uuid_config to fiptool" into integration
This commit is contained in:
commit
2c5c394fe7
2 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@ HOSTCCFLAGS += -DPLAT_DEF_FIP_UUID
|
||||||
ifeq (${ETHOSN_NPU_TZMP1},1)
|
ifeq (${ETHOSN_NPU_TZMP1},1)
|
||||||
HOSTCCFLAGS += -DETHOSN_NPU_TZMP1
|
HOSTCCFLAGS += -DETHOSN_NPU_TZMP1
|
||||||
endif
|
endif
|
||||||
INCLUDE_PATHS += -I./ -I${PLAT_DIR}fip -I../../include/
|
INCLUDE_PATHS += -I./ -I../../plat/arm/board/juno/fip -I../../include
|
||||||
OBJECTS += ${PLAT_DIR}fip/plat_def_uuid_config.o
|
OBJECTS += plat_fiptool/arm/board/juno/plat_def_uuid_config.o
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue