amlogic: makefile: Use PLAT variable when possible

To address the file names.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Change-Id: Ib79b8dfa032a1db012c5031d47de61e1a16b5f9a
This commit is contained in:
Carlo Caione 2019-09-18 11:03:10 +01:00
parent 26d9439353
commit edcadeb7b8
2 changed files with 6 additions and 6 deletions

View File

@ -22,9 +22,9 @@ GIC_SOURCES := drivers/arm/gic/common/gic_common.c \
BL31_SOURCES += lib/cpus/aarch64/cortex_a53.S \
plat/common/plat_psci_common.c \
drivers/amlogic/console/aarch64/meson_console.S \
${AML_PLAT_SOC}/gxbb_bl31_setup.c \
${AML_PLAT_SOC}/gxbb_pm.c \
${AML_PLAT_SOC}/gxbb_common.c \
${AML_PLAT_SOC}/${PLAT}_bl31_setup.c \
${AML_PLAT_SOC}/${PLAT}_pm.c \
${AML_PLAT_SOC}/${PLAT}_common.c \
${AML_PLAT_COMMON}/aarch64/aml_helpers.S \
${AML_PLAT_COMMON}/aml_efuse.c \
${AML_PLAT_COMMON}/aml_mhu.c \

View File

@ -25,9 +25,9 @@ GIC_SOURCES := drivers/arm/gic/common/gic_common.c \
BL31_SOURCES += lib/cpus/aarch64/cortex_a53.S \
plat/common/plat_psci_common.c \
drivers/amlogic/console/aarch64/meson_console.S \
${AML_PLAT_SOC}/gxl_bl31_setup.c \
${AML_PLAT_SOC}/gxl_pm.c \
${AML_PLAT_SOC}/gxl_common.c \
${AML_PLAT_SOC}/${PLAT}_bl31_setup.c \
${AML_PLAT_SOC}/${PLAT}_pm.c \
${AML_PLAT_SOC}/${PLAT}_common.c \
${AML_PLAT_COMMON}/aarch64/aml_helpers.S \
${AML_PLAT_COMMON}/aml_efuse.c \
${AML_PLAT_COMMON}/aml_mhu.c \