diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-26 20:48:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-01-26 20:48:39 +0000 |
commit | f38367fcb4fe2102c45f21101aac986efa7736c7 (patch) | |
tree | f2dd06831148032a42481d533acdcf594a2fd98a /target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile | |
parent | b0ffa7024830f9aba9e0f71708d596b6a4b43d08 (diff) | |
download | mtk-20170518-f38367fcb4fe2102c45f21101aac986efa7736c7.zip mtk-20170518-f38367fcb4fe2102c45f21101aac986efa7736c7.tar.gz mtk-20170518-f38367fcb4fe2102c45f21101aac986efa7736c7.tar.bz2 |
ramips: implement clock API for RT288x
SVN-Revision: 25125
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile index dda3e06..103081a 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile +++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile @@ -9,7 +9,7 @@ # under the terms of the GNU General Public License version 2 as published # by the Free Software Foundation. -obj-y := irq.o setup.o rt288x.o devices.o +obj-y := irq.o setup.o rt288x.o devices.o clock.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |