diff --git a/plat/socionext/synquacer/platform.mk b/plat/socionext/synquacer/platform.mk index e4ae87bd4..7a5a03cdc 100644 --- a/plat/socionext/synquacer/platform.mk +++ b/plat/socionext/synquacer/platform.mk @@ -25,6 +25,14 @@ endif # Libraries include lib/xlat_tables_v2/xlat_tables.mk +ifeq (${TRANSFER_LIST}, 1) +include lib/transfer_list/transfer_list.mk +endif + +ifeq (${HOB_LIST}, 1) +include lib/hob/hob.mk +endif + PLAT_PATH := plat/socionext/synquacer PLAT_INCLUDES := -I$(PLAT_PATH)/include \ -I$(PLAT_PATH)/drivers/scpi \