diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-mvebu/serdes/a38x/Makefile')
-rw-r--r-- | roms/u-boot/arch/arm/mach-mvebu/serdes/a38x/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-mvebu/serdes/a38x/Makefile b/roms/u-boot/arch/arm/mach-mvebu/serdes/a38x/Makefile new file mode 100644 index 000000000..917fc1350 --- /dev/null +++ b/roms/u-boot/arch/arm/mach-mvebu/serdes/a38x/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-$(CONFIG_SPL_BUILD) = ctrl_pex.o +obj-$(CONFIG_SPL_BUILD) += high_speed_env_spec.o +obj-$(CONFIG_SPL_BUILD) += high_speed_env_spec-38x.o +obj-$(CONFIG_SPL_BUILD) += seq_exec.o +obj-$(CONFIG_SPL_BUILD) += sys_env_lib.o |