mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
5cfe469c26
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>
7 lines
86 B
Makefile
7 lines
86 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile
|
|
#
|
|
|
|
obj-$(CONFIG_PCI) += iomap.o
|