RiscPC is the only platform using the Acorn expansion card support, so move it into its mach-* directory. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 lines
140 B
Makefile
12 lines
140 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := dma.o ecard.o irq.o riscpc.o time.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|