Skip to content

Commit

Permalink
i.MX3: introduce clock API
Browse files Browse the repository at this point in the history
This patch introduces the clock API for for arch-mxc

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer authored and Robert Schwebel committed Jul 5, 2008
1 parent c0db2ea commit df1bf4b
Show file tree
Hide file tree
Showing 4 changed files with 1,550 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-mx3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

# Object file lists.

obj-y := mm.o time.o
obj-y := mm.o time.o clock.o
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
Loading

0 comments on commit df1bf4b

Please sign in to comment.