Ian Campbell | 49aeca3 | 2014-05-05 11:52:23 +0100 | [diff] [blame^] | 1 | # |
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 | # | ||||
10 | obj-y += timer.o | ||||
11 | obj-y += clock.o | ||||
12 | obj-$(CONFIG_SUN7I) += clock_sun4i.o |