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@xxxxxxxxxx> > --- > > 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@xxxxxxxxxx/ > [...] > 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? regards Philipp