]> asedeno.scripts.mit.edu Git - linux.git/commit
media: vimc: Makefile: file cleanup
authorAndré Almeida <andrealmeid@collabora.com>
Thu, 13 Jun 2019 15:06:14 +0000 (11:06 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 21 Jun 2019 21:08:09 +0000 (17:08 -0400)
commitd13b3cdcbacbeb31c0a4b5b3a63e855b4511fd85
treeb5bc69422ef15a8e8cd1abc897707be8aa117938
parent9aa36e61dc6bf11d8ff46d6f177fb2e3a8fc5e91
media: vimc: Makefile: file cleanup

Remove redundant Makefile rules (vimc_capture-objs, ...).

Stop exposing vimc-{common, streamer} as modules, since there's no use
case where they would be individually added/removed from Vimc. As
consequence, remove MODULE_ macros from vimc-{common, streamer}.

`-objs` is fitted for building host programs, change to `-y`, more
straightforward for device drivers.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Suggested-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vimc/Makefile
drivers/media/platform/vimc/vimc-common.c
drivers/media/platform/vimc/vimc-streamer.c