mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 23:53:55 +08:00
6e747b4b83
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- :=
|
|
|