]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: bcm2835-v4l2: Add a build system for the module.
authorEric Anholt <eric@anholt.net>
Fri, 27 Jan 2017 21:55:00 +0000 (13:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Jan 2017 09:44:27 +0000 (10:44 +0100)
commit97b35807cc4d3d0cf1d2c61f5ed0727551416ad0
tree7a5f189c150818a695c9ead39b6aff5790441013
parent411d68bef922862286bae2ad3476f7a57f17ec79
staging: bcm2835-v4l2: Add a build system for the module.

This is derived from the downstream tree's build system, but with just
a single Kconfig option.

For now the driver only builds on 32-bit arm -- the aarch64 build
breaks due to the driver using arm-specific cache flushing functions.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/platform/bcm2835/Kconfig [new file with mode: 0644]
drivers/staging/media/platform/bcm2835/Makefile [new file with mode: 0644]