Files
T
Mark Brown 19f94f9700 v4l2-pci-skeleton: Only build if PCI is available
Currently arm64 does not support PCI but it does support v4l2. Since the
PCI skeleton driver is built unconditionally as a module with no dependency
on PCI this causes build failures for arm64 allmodconfig. Fix this by
defining a symbol VIDEO_PCI_SKELETON for the skeleton and conditionalising
the build on that.

Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]> [added VIDEO dependencies]
Signed-off-by: Jiri Kosina <[email protected]>
2014-09-26 11:02:58 +02:00

2 lines
56 B
Makefile

obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o