diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2019-05-21 17:31:42 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-06-11 19:42:36 +0300 |
commit | 12290cc462c24deee503e84e87dea622b40ea15d (patch) | |
tree | 845768ee87936136dfb63d3a7cc145b2a51a1fae /arch/arm/mach-rpc/Makefile | |
parent | e579201a832cb796a474ef743d131eff2730cfa7 (diff) | |
download | linux-12290cc462c24deee503e84e87dea622b40ea15d.tar.xz |
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 <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-rpc/Makefile')
-rw-r--r-- | arch/arm/mach-rpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/Makefile b/arch/arm/mach-rpc/Makefile index 2ebc6875aeb8..ab964a66ea2a 100644 --- a/arch/arm/mach-rpc/Makefile +++ b/arch/arm/mach-rpc/Makefile @@ -4,4 +4,5 @@ # Object file lists. -obj-y := dma.o ecard.o fiq.o irq.o riscpc.o time.o +obj-y :=dma.o ecard.o ecard-loader.o fiq.o floppydma.o io-acorn.o irq.o \ + riscpc.o time.o |