Makefile 287 B

12345678910111213
  1. #
  2. # Makefile for the kernel multimedia device drivers.
  3. #
  4. obj-y := common/
  5. obj-$(CONFIG_VIDEO_MEDIA) += common/
  6. # Since hybrid devices are here, should be compiled if DVB and/or V4L
  7. obj-$(CONFIG_VIDEO_MEDIA) += video/
  8. obj-$(CONFIG_VIDEO_DEV) += radio/
  9. obj-$(CONFIG_DVB_CORE) += dvb/