[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VcNDrMEMGkMsLZ6xPkDY_DTOiXVrM4OAXeNEGqGbQBzjg@mail.gmail.com>
Date: Thu, 19 Aug 2021 15:11:41 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Kate Hsuan <hpa@...hat.com>
Cc: Alex Hung <alex.hung@...onical.com>,
Hans de Goede <hdegoede@...hat.com>,
Mark Gross <mgross@...ux.intel.com>,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>,
AceLan Kao <acelan.kao@...onical.com>,
Jithu Joseph <jithu.joseph@...el.com>,
Maurice Ma <maurice.ma@...el.com>,
Sujith Thomas <sujith.thomas@...el.com>,
Rajneesh Bhardwaj <irenic.rajneesh@...il.com>,
Zha Qipeng <qipeng.zha@...el.com>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
"David E . Box" <david.e.box@...ux.intel.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Dell.Client.Kernel@...l.com,
Platform Driver <platform-driver-x86@...r.kernel.org>
Subject: Re: [PATCH v3 07/20] platform/x86: intel_telemetry: Move to intel sub-directory
On Thu, Aug 19, 2021 at 6:32 AM Kate Hsuan <hpa@...hat.com> wrote:
> Move intel_telemetry to intel sub-directory to improve readability.
> +intel_telemetry_core-y := core.o
> +intel_telemetry_pltdrv-y := pltdrv.o
> +intel_telemetry_debugfs-y := debugfs.o
> +obj-$(CONFIG_INTEL_TELEMETRY) += intel_telemetry_core.o \
> + intel_telemetry_pltdrv.o \
> + intel_telemetry_debugfs.o
I know it is in the original, but we make take a chance to split this
per three separate lines
intel_telemetry_core-y := core.o
obj-$(CONFIG_INTEL_TELEMETRY) += intel_telemetry_core.o
intel_telemetry_pltdrv-y := pltdrv.o
obj-$(CONFIG_INTEL_TELEMETRY) += intel_telemetry_pltdrv.o
intel_telemetry_debugfs-y := debugfs.o
obj-$(CONFIG_INTEL_TELEMETRY) += intel_telemetry_debugfs.o
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists