media: vb2: Makefile: place vb2-trace together with vb2-core
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 26 Feb 2018 16:30:40 +0000 (11:30 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 26 Feb 2018 16:39:04 +0000 (11:39 -0500)
commit7dbdd16a79a9d27d7dca0a49029fc8966dcfecc5
tree2d9ceb33cb650b1f0816f3787da21368562be9f5
parent3dd6b560dc5d59e7cb6dbda6e85dc9af7925fcf8
media: vb2: Makefile: place vb2-trace together with vb2-core

We don't want a separate module for vb2-trace.

That fixes this warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/media/common/videobuf2/vb2-trace.o

When building as module.

While here, add a SPDX header.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/common/videobuf2/Makefile