]> git.baikalelectronics.ru Git - 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)
commit2def297c98cdbb0e0468621ed0c4df3b0fd2e260
tree7a5f189c150818a695c9ead39b6aff5790441013
parent253c3e151a4c28ef8e16d5acbd871bed1c26e0b9
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]