[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/arm: fix SMMU driver build
On Wed, 29 Aug 2018, Julien Grall wrote: > 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". Thank you! > > > > Signed-off-by: Stefano Stabellini <stefanos@xxxxxxxxxx> > > --- > > 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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |