commit | 7dbdd16a79a9d27d7dca0a49029fc8966dcfecc5 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Feb 26 11:30:40 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Feb 26 11:39:04 2018 -0500 |
tree | 2d9ceb33cb650b1f0816f3787da21368562be9f5 | |
parent | 3dd6b560dc5d59e7cb6dbda6e85dc9af7925fcf8 [diff] |
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>