Makefile 833 B

123456789101112131415161718192021222324252627282930313233343536
  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 += cadence/
  13. obj-y += chips-media/
  14. obj-y += intel/
  15. obj-y += marvell/
  16. obj-y += mediatek/
  17. obj-y += msm/
  18. obj-y += nvidia/
  19. obj-y += nxp/
  20. obj-y += qcom/
  21. obj-y += renesas/
  22. obj-y += rockchip/
  23. obj-y += samsung/
  24. obj-y += st/
  25. obj-y += sunxi/
  26. obj-y += ti/
  27. obj-y += verisilicon/
  28. obj-y += via/
  29. obj-y += xilinx/
  30. # Please place here only ancillary drivers that aren't SoC-specific
  31. # Please keep it alphabetically sorted by Kconfig name
  32. # (e. g. LC_ALL=C sort Makefile)
  33. obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
  34. obj-$(CONFIG_VIDEO_MUX) += video-mux.o