diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-09 14:25:35 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-12 16:59:52 +0100 |
commit | 271e4323d9e93340fe37c15288056bae9e5bb1a0 (patch) | |
tree | 95b4d83ce278383190a33e79b3824272e731eb42 /drivers/media/firewire | |
parent | d76231e460fbaba7115212bf55f1eab35aba6223 (diff) |
media: Makefiles: remove extra spaces
It is hard to keep all those options aligned as newer config
changes get added, and we really don't want to have patches adding
new options also touching already existing entries.
So, drop the extra spaces.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/firewire')
-rw-r--r-- | drivers/media/firewire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/firewire/Makefile b/drivers/media/firewire/Makefile index 3670c85af6f5..d5551e6389bf 100644 --- a/drivers/media/firewire/Makefile +++ b/drivers/media/firewire/Makefile @@ -2,4 +2,4 @@ obj-$(CONFIG_DVB_FIREDTV) += firedtv.o firedtv-y += firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o -firedtv-$(CONFIG_DVB_FIREDTV_INPUT) += firedtv-rc.o +firedtv-$(CONFIG_DVB_FIREDTV_INPUT) += firedtv-rc.o |