From: Guenter Roeck <linux@roeck-us.net>
To: Tony Luck <tony.luck@intel.com>
Cc: "Fenghua Yu" <fenghua.yu@intel.com>,
linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org,
"Guenter Roeck" <linux@roeck-us.net>,
"Christoph Hellwig" <hch@lst.de>,
"Christian König" <christian.koenig@amd.com>
Subject: [PATCH] ia64: Remove pci-swiotlb.o from kernel Makefile
Date: Mon, 12 Feb 2018 14:32:13 -0800 [thread overview]
Message-ID: <1518474733-2972-1-git-send-email-linux@roeck-us.net> (raw)
Commit 4fac8076df85 ("ia64: clean up swiotlb support") removed
arch/ia64/kernel/pci-swiotlb.c but neglected to update the ia64
kernel Makefile. This results in
make[2]: *** No rule to make target 'arch/ia64/kernel/pci-swiotlb.o',
needed by 'arch/ia64/kernel/built-in.o'. Stop.
when trying to build ia64 images.
Fixes: 4fac8076df85 ("ia64: clean up swiotlb support")
Cc: Christoph Hellwig <hch@lst.de>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
arch/ia64/kernel/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile
index 0b4c65a1af25..498f3da3f225 100644
--- a/arch/ia64/kernel/Makefile
+++ b/arch/ia64/kernel/Makefile
@@ -41,7 +41,6 @@ ifneq ($(CONFIG_IA64_ESI),)
obj-y += esi_stub.o # must be in kernel proper
endif
obj-$(CONFIG_INTEL_IOMMU) += pci-dma.o
-obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o
obj-$(CONFIG_BINFMT_ELF) += elfcore.o
--
2.7.4
next reply other threads:[~2018-02-12 22:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-12 22:32 Guenter Roeck [this message]
2018-02-13 1:44 ` Christoph Hellwig
2018-02-13 1:52 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1518474733-2972-1-git-send-email-linux@roeck-us.net \
--to=linux@roeck-us.net \
--cc=christian.koenig@amd.com \
--cc=fenghua.yu@intel.com \
--cc=hch@lst.de \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tony.luck@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®