This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-15 14:26:40 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dc6455a71c
linux_dsm_epyc7002
/
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 01:23:27 +07:00
obj-$(CONFIG_VIDEO_PCI_SKELETON)
:=
v4l2-pci-skeleton.o
Reference in New Issue
Copy Permalink