diff options
Diffstat (limited to 'roms/u-boot/arch/arm/cpu/armv7/socfpga/Makefile')
-rw-r--r-- | roms/u-boot/arch/arm/cpu/armv7/socfpga/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/cpu/armv7/socfpga/Makefile b/roms/u-boot/arch/arm/cpu/armv7/socfpga/Makefile new file mode 100644 index 00000000..cbe1d406 --- /dev/null +++ b/roms/u-boot/arch/arm/cpu/armv7/socfpga/Makefile @@ -0,0 +1,12 @@ +# +# (C) Copyright 2000-2003 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# Copyright (C) 2012 Altera Corporation <www.altera.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := lowlevel_init.o +obj-y += misc.o timer.o reset_manager.o system_manager.o clock_manager.o +obj-$(CONFIG_SPL_BUILD) += spl.o freeze_controller.o |