Makefile 961 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the video capture/playback device drivers.
  4. #
  5. # Place here, alphabetically sorted by directory
  6. # (e. g. LC_ALL=C sort Makefile)
  7. obj-y += allegro-dvt/
  8. obj-y += amlogic/
  9. obj-y += amphion/
  10. obj-y += aspeed/
  11. obj-y += atmel/
  12. obj-y += broadcom/
  13. obj-y += cadence/
  14. obj-y += chips-media/
  15. obj-y += imagination/
  16. obj-y += intel/
  17. obj-y += marvell/
  18. obj-y += mediatek/
  19. obj-y += microchip/
  20. obj-y += nuvoton/
  21. obj-y += nvidia/
  22. obj-y += nxp/
  23. obj-y += qcom/
  24. obj-y += raspberrypi/
  25. obj-y += renesas/
  26. obj-y += rockchip/
  27. obj-y += samsung/
  28. obj-y += st/
  29. obj-y += sunxi/
  30. obj-y += ti/
  31. obj-y += verisilicon/
  32. obj-y += via/
  33. obj-y += xilinx/
  34. # Please place here only ancillary drivers that aren't SoC-specific
  35. # Please keep it alphabetically sorted by Kconfig name
  36. # (e. g. LC_ALL=C sort Makefile)
  37. obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
  38. obj-$(CONFIG_VIDEO_MUX) += video-mux.o
  39. obj-$(CONFIG_VIDEO_ARK_VIN) += ark-vin/