diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-07-05 04:02:48 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:48 -0400 |
commit | df1bf4bdb2a3a26d4bde8ae1aefc16385dd4898f (patch) | |
tree | f77c0da2248551d6635fa35b84516e881fb3417e /arch/arm/mach-mx3/Makefile | |
parent | c0db2ea4e366c94dd3f880928c02534156e3d1b9 (diff) |
i.MX3: introduce clock API
This patch introduces the clock API for for arch-mxc
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Makefile')
-rw-r--r-- | arch/arm/mach-mx3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile index cbec997f332a..febb37f23935 100644 --- a/arch/arm/mach-mx3/Makefile +++ b/arch/arm/mach-mx3/Makefile | |||
@@ -4,5 +4,5 @@ | |||
4 | 4 | ||
5 | # Object file lists. | 5 | # Object file lists. |
6 | 6 | ||
7 | obj-y := mm.o time.o | 7 | obj-y := mm.o time.o clock.o |
8 | obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o | 8 | obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o |