Makefile 269 B

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