Makefile 326 B

1234567891011121314
  1. #
  2. # Makefile for the ddbridge device driver
  3. #
  4. ddbridge-objs := ddbridge-core.o
  5. obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o
  6. ccflags-y += -Idrivers/media/dvb-core/
  7. ccflags-y += -Idrivers/media/dvb-frontends/
  8. ccflags-y += -Idrivers/media/tuners/
  9. # For the staging CI driver cxd2099
  10. ccflags-y += -Idrivers/staging/media/cxd2099/