Hi Stefano,
On 08/29/2018 12:47 AM, Stefano Stabellini wrote:
Add missing "CONFIG_"
I would add the commit id where the bug was introduced.
I will commit and add in the commit message:
This build failure was introduced by commit 277aa3523d "arm: make it
possible to disable the SMMU driver".
Signed-off-by: Stefano Stabellini <stefa...@xilinx.com>
---
xen/drivers/passthrough/arm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/drivers/passthrough/arm/Makefile
b/xen/drivers/passthrough/arm/Makefile
index 0156431..b3efcfd 100644
--- a/xen/drivers/passthrough/arm/Makefile
+++ b/xen/drivers/passthrough/arm/Makefile
@@ -1,2 +1,2 @@
obj-y += iommu.o
-obj-$(ARM_SMMU) += smmu.o
+obj-$(CONFIG_ARM_SMMU) += smmu.o
--
Julien Grall
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel