]> xenbits.xensource.com Git - xen.git/commitdiff
xen/arm: fix SMMU driver build
authorStefano Stabellini <sstabellini@kernel.org>
Tue, 28 Aug 2018 23:47:40 +0000 (16:47 -0700)
committerJulien Grall <julien.grall@arm.com>
Wed, 29 Aug 2018 17:51:41 +0000 (18:51 +0100)
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@xilinx.com>
[julieng: Add the commit where the regression was introduced]
Acked-by: Julien Grall <julien.grall@arm.com>
xen/drivers/passthrough/arm/Makefile

index 01564314eaf71c5085b521ec225a9771ce9c9c7f..b3efcfd5f3332ec8ebc3d4777c13018f799c9d88 100644 (file)
@@ -1,2 +1,2 @@
 obj-y += iommu.o
-obj-$(ARM_SMMU) += smmu.o
+obj-$(CONFIG_ARM_SMMU) += smmu.o