Skip to content

Commit 12290cc

Browse files
author
Russell King
committed
ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpc
Move the assembly files for RiscPC from arch/arm/lib to mach-rpc so that we contain RiscPC bits in one subdirectory. Signed-off-by: Russell King <[email protected]>
1 parent e579201 commit 12290cc

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ F: Documentation/gpu/afbc.rst
11831183
ARM MFM AND FLOPPY DRIVERS
11841184
M: Ian Molton <[email protected]>
11851185
S: Maintained
1186-
F: arch/arm/lib/floppydma.S
1186+
F: arch/arm/mach-rpc/floppydma.S
11871187
F: arch/arm/include/asm/floppy.h
11881188

11891189
ARM PMU PROFILING AND DEBUGGING

arch/arm/lib/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ else
3131
endif
3232

3333
ifeq ($(CONFIG_ARCH_RPC),y)
34-
lib-y += ecard.o io-acorn.o floppydma.o
3534
AFLAGS_delay-loop.o += -march=armv4
3635
endif
3736

arch/arm/mach-rpc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
# Object file lists.
66

7-
obj-y := dma.o ecard.o fiq.o irq.o riscpc.o time.o
7+
obj-y :=dma.o ecard.o ecard-loader.o fiq.o floppydma.o io-acorn.o irq.o \
8+
riscpc.o time.o
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)