summaryrefslogtreecommitdiff
path: root/arch/microblaze/pci/Makefile
diff options
context:
space:
mode:
authorThippeswamy Havalige <thippeswamy.havalige@amd.com>2022-10-25 12:22:14 +0530
committerMichal Simek <michal.simek@amd.com>2022-11-25 11:39:23 +0100
commit5cfe469c2654c3a4dda8504b1209abdd8b379e95 (patch)
treed87ef97aff0e9529ee4656a903de187371c59000 /arch/microblaze/pci/Makefile
parent41604bfdc9f3f73d15bc19b85e474227c1f86856 (diff)
microblaze/PCI: Moving PCI iounmap and dependent code
Moving PCI iounmap function and et all dependent code to iomap.c. Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@amd.com> Link: https://lore.kernel.org/r/20221025065214.4663-14-thippeswamy.havalige@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch/microblaze/pci/Makefile')
-rw-r--r--arch/microblaze/pci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/pci/Makefile b/arch/microblaze/pci/Makefile
index 293b416c3d8e..f8267d20e067 100644
--- a/arch/microblaze/pci/Makefile
+++ b/arch/microblaze/pci/Makefile
@@ -3,4 +3,4 @@
# Makefile
#
-obj-$(CONFIG_PCI) += pci-common.o iomap.o
+obj-$(CONFIG_PCI) += iomap.o