Makefile 343 B

1234567891011121314151617181920
  1. #
  2. # Makefile for the ISDB-Tmm tuner device drivers.
  3. #
  4. ## Compile only the target include ISDB-Tmm configure ##
  5. ifeq ($(CONFIG_ISDBTMM),y)
  6. DRV_NAME = mm_tuner
  7. #EXTRA_CFLAGS += -DDLOG
  8. obj-$(CONFIG_ISDBTMM) += tuner_drv.o \
  9. tuner_drv_hw.o \
  10. tuner_drv_wrap.o \
  11. tuner_spi.o \
  12. tuner.o
  13. endif