forked from Minki/linux
a1be5d6496
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>
12 lines
132 B
Makefile
12 lines
132 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := dma.o irq.o riscpc.o time.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|