diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-01 15:35:50 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-24 09:37:30 +0000 |
commit | a1be5d649699e0eecfe5fc65130954435543cda4 (patch) | |
tree | 6a31c20d91e1b20958ba6b3951a9d8862c8827ac /arch/arm/mach-rpc/Makefile | |
parent | d65b4e98d7ea3038b767b70fe8be959b2913f16d (diff) |
ARM: riscpc: move time-acorn.c to mach-rpc
Nothing but RiscPC makes use of the Acorn timekeeping code, so move
it into mach-rpc.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-rpc/Makefile')
-rw-r--r-- | arch/arm/mach-rpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/Makefile b/arch/arm/mach-rpc/Makefile index aa77bc9efbbb..69f2c0656966 100644 --- a/arch/arm/mach-rpc/Makefile +++ b/arch/arm/mach-rpc/Makefile @@ -4,7 +4,7 @@ # Object file lists. -obj-y := dma.o irq.o riscpc.o +obj-y := dma.o irq.o riscpc.o time.o obj-m := obj-n := obj- := |