diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-18 18:18:16 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:25:42 -0400 |
commit | 48388b2a56ae5e0f1c422e84d536f31729469b17 (patch) | |
tree | b3206175b8b7d884eb65be6e85236369466d3994 /arch/arm/plat-iop/Makefile | |
parent | 7e9740b11529a0a69789fbe92d324f293e6266f6 (diff) |
[ARM] 3822/1: iop3xx: rewrite time handling
Merge and rewrite the iop32x/iop33x time code to do lost jiffy
tracking properly, and put the result in plat-iop/time.c.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-iop/Makefile')
-rw-r--r-- | arch/arm/plat-iop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-iop/Makefile b/arch/arm/plat-iop/Makefile index efde7a513fb7..d20cdec3a944 100644 --- a/arch/arm/plat-iop/Makefile +++ b/arch/arm/plat-iop/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for the linux kernel. | 2 | # Makefile for the linux kernel. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := i2c.o pci.o setup.o | 5 | obj-y := i2c.o pci.o setup.o time.o |
6 | obj-m := | 6 | obj-m := |
7 | obj-n := | 7 | obj-n := |
8 | obj- := | 8 | obj- := |