On 10-08-15, 12:51, Stephen Boyd wrote: > On 08/10, Viresh Kumar wrote: > > diff --git a/drivers/base/power/Makefile b/drivers/base/power/Makefile > > index f94a6ccfe787..7ff2726dab6c 100644 > > --- a/drivers/base/power/Makefile > > +++ b/drivers/base/power/Makefile > > @@ -1,8 +1,8 @@ > > obj-$(CONFIG_PM) += sysfs.o generic_ops.o common.o qos.o runtime.o > > wakeirq.o > > obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o > > obj-$(CONFIG_PM_TRACE_RTC) += trace.o > > -obj-$(CONFIG_PM_OPP) += opp.o > > obj-$(CONFIG_PM_GENERIC_DOMAINS) += domain.o domain_governor.o > > obj-$(CONFIG_HAVE_CLK) += clock_ops.o > > +obj-$(CONFIG_PM_OPP) += opp/ > > > Any reason this moved from the previous location?
So that all the direct file compilation lines stay at the top and the directory thing at the bottom. Just that order, nothing else. > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, > a Linux Foundation Collaborative Project -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/