|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] xen/arm: fix SMMU driver build
commit 66235dd9f014e46b125c0f461c2f18a799de4d25
Author: Stefano Stabellini <sstabellini@xxxxxxxxxx>
AuthorDate: Tue Aug 28 16:47:40 2018 -0700
Commit: Julien Grall <julien.grall@xxxxxxx>
CommitDate: Wed Aug 29 18:51:41 2018 +0100
xen/arm: fix SMMU driver build
Add missing "CONFIG_". This build regression was introduced by commit
277aa3523d "arm: make it possible to disable the SMMU driver".
Signed-off-by: Stefano Stabellini <stefanos@xxxxxxxxxx>
[julieng: Add the commit where the regression was introduced]
Acked-by: Julien Grall <julien.grall@xxxxxxx>
---
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 01564314ea..b3efcfd5f3 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
--
generated by git-patchbot for /home/xen/git/xen.git#staging
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |