mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-03-04 16:37:34 +00:00
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:
parent
26d9439353
commit
edcadeb7b8
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user