This website requires JavaScript.
Explore
Help
Register
Sign In
Evolution-x-devices
/
kernel_google_b1c1
Watch
2
Star
0
Fork
0
You've already forked kernel_google_b1c1
mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced
2026-02-14 03:34:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
38da1703060a520e69b00405f9bdf765d1396cd0
kernel_google_b1c1
/
Documentation
/
video4linux
/
Makefile
2 lines
56 B
Makefile
Raw
Normal View
History
Unescape
Escape
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 <broonie@linaro.org> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> [added VIDEO dependencies] Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2014-09-25 11:23:27 -07:00
obj-$(CONFIG_VIDEO_PCI_SKELETON)
:=
v4l2-pci-skeleton.o
Reference in New Issue
Copy Permalink