]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
sparc64: iommu-common build error fix
authorAllen Pais <allen.pais@oracle.com>
Tue, 14 Jul 2015 17:51:17 +0000 (23:21 +0530)
committerAllen Pais <allen.pais@oracle.com>
Wed, 9 Sep 2015 18:45:43 +0000 (00:15 +0530)
(cherry picked from commit accb4c6276793b991c6382bf57a58b40ea17eb11)

lib/Makefile

index da6116b21555583864e2eadd7ae5615d46878d84..6c37933336a0261007f73e8511936e95ff1f514c 100644 (file)
@@ -106,7 +106,7 @@ obj-$(CONFIG_AUDIT_GENERIC) += audit.o
 obj-$(CONFIG_AUDIT_COMPAT_GENERIC) += compat_audit.o
 
 obj-$(CONFIG_SWIOTLB) += swiotlb.o
-obj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o
+obj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o iommu-common.o
 obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o
 obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o
 obj-$(CONFIG_CPU_NOTIFIER_ERROR_INJECT) += cpu-notifier-error-inject.o