Messages in this thread |  | | Date | Sat, 12 Mar 2022 16:31:05 +0100 | From | Mauro Carvalho Chehab <> | Subject | Re: [PATCH v2 07/38] media: platform: place NXP drivers on a separate dir |
| |
Em Fri, 11 Mar 2022 15:33:36 +0100 Philipp Zabel <p.zabel@pengutronix.de> escreveu:
> On Fr, 2022-03-11 at 15:07 +0100, Mauro Carvalho Chehab wrote: > > In order to cleanup the main platform media directory, move NXP > > driver to its own directory. > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org> > > --- > > > > To avoid mailbombing on a large number of people, only mailing lists > > were C/C on the cover. > > See [PATCH v2 00/38] at: > > https://lore.kernel.org/all/cover.1647006877.git.mchehab@kernel.org/ > > > [...] > > diff --git a/drivers/media/platform/nxp/Makefile > > b/drivers/media/platform/nxp/Makefile > > new file mode 100644 > > index 000000000000..147bd7ad4ef4 > > --- /dev/null > > +++ b/drivers/media/platform/nxp/Makefile > > @@ -0,0 +1,5 @@ > > +# SPDX-License-Identifier: GPL-2.0 > > + > > +obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o > > +obj-$(CONFIG_VIDEO_VIU) += fsl-viu.o > > +obj-$(CONFIG_VIDEO_MX2_EMMAPRP) += mx2_emmaprp.o > > Should these be sorted as well?
I'll sort and drop the extra whitespaces.
> > regards > Philipp
Thanks, Mauro
|  |