diff options
author | Kevin Hilman <khilman@mvista.com> | 2007-11-13 02:24:05 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-04-14 12:57:12 -0400 |
commit | a57fb870c8c4864031d7568f91e882e93238c9cb (patch) | |
tree | f6b902a2d4db8658c37034cbffe7eb53623bda7f /arch/arm/plat-omap/Makefile | |
parent | f258b0c6fa6ca653c7f4e6e2846dbb7ed3af3446 (diff) |
ARM: OMAP: Timer32K: Move timer32k to mach-omap1
Move now OMAP1-specific timer32k code to mach-omap1 since OMAP2/3 32k
timers are done in gptimer code.
Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/Makefile')
-rw-r--r-- | arch/arm/plat-omap/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index d91424edf576..bc639a30d6d1 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile | |||
@@ -9,10 +9,6 @@ obj-m := | |||
9 | obj-n := | 9 | obj-n := |
10 | obj- := | 10 | obj- := |
11 | 11 | ||
12 | ifeq ($(CONFIG_ARCH_OMAP1),y) | ||
13 | obj-$(CONFIG_OMAP_32K_TIMER) += timer32k.o | ||
14 | endif | ||
15 | |||
16 | # OCPI interconnect support for 1710, 1610 and 5912 | 12 | # OCPI interconnect support for 1710, 1610 and 5912 |
17 | obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o | 13 | obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o |
18 | 14 | ||