2
0
forked from Ivasoft/openwrt

ramips: implement clock API for RT305X

SVN-Revision: 25124
This commit is contained in:
Gabor Juhos
2011-01-26 20:48:35 +00:00
parent f9e74383a9
commit b0ffa70248
7 changed files with 148 additions and 41 deletions

View File

@@ -1,13 +1,13 @@
#
# Makefile for the Ralink RT305x SoC specific parts of the kernel
#
# Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
# Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 as published
# by the Free Software Foundation.
obj-y := irq.o setup.o devices.o rt305x.o
obj-y := irq.o setup.o devices.o rt305x.o clock.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o