blob: d81d26cf50c06360f1e6e5695709da923e7cfe4e [file] [log] [blame]
Ian Campbell49aeca32014-05-05 11:52:23 +01001#
2# (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
3#
4# Based on some other Makefile
5# (C) Copyright 2000-2003
6# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7#
8# SPDX-License-Identifier: GPL-2.0+
9#
10obj-y += timer.o
11obj-y += clock.o
Ian Campbellb2765ec2014-05-05 11:52:24 +010012obj-y += pinmux.o
Ian Campbell49aeca32014-05-05 11:52:23 +010013obj-$(CONFIG_SUN7I) += clock_sun4i.o
Ian Campbell2f1afcc2014-05-05 11:52:25 +010014obj-$(CONFIG_SUN7I) += dram.o