This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-11-20 10:44:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1ae7776189
linux
/
samples
/
v4l
/
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-26 02:23:27 +08:00
obj-$(CONFIG_VIDEO_PCI_SKELETON)
:=
v4l2-pci-skeleton.o
Reference in New Issue
Copy Permalink