blob: 892556e64451e6c0cc3b0576584b65bb8921b37f [file] [log] [blame]
Tom Warrenf83e9c62012-09-19 14:08:52 -07001#
2# (C) Copyright 2010,2011 Nvidia Corporation.
3#
4# (C) Copyright 2000-2008
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02007# SPDX-License-Identifier: GPL-2.0+
Tom Warrenf83e9c62012-09-19 14:08:52 -07008#
9
Stephen Warren9026dfd2014-03-21 12:28:54 -060010obj-y += ap.o
11obj-y += board.o
12obj-y += cache.o
13obj-y += clock.o
Masahiro Yamada5a0c0ba2013-10-17 17:34:52 +090014obj-y += lowlevel_init.o
Stephen Warren9026dfd2014-03-21 12:28:54 -060015obj-y += pinmux-common.o
Masahiro Yamada1ffe9572014-02-13 18:30:27 +090016obj-$(CONFIG_DISPLAY_CPUINFO) += sys_info.o