mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
05a217212b
Our recent trend is to collect SoC files into arch/arm/mach-(SOC). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
12 lines
346 B
Makefile
12 lines
346 B
Makefile
#
|
|
# (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 += misc.o timer.o reset_manager.o system_manager.o clock_manager.o \
|
|
fpga_manager.o
|
|
obj-$(CONFIG_SPL_BUILD) += spl.o freeze_controller.o scan_manager.o
|