Makefile 291 B

123456789101112131415
  1. # Makefile for wlan sdio if driver
  2. librasdioif-objs += libra_sdioif.o ../wcnss/qcomwlan_secif.o
  3. ifdef CONFIG_ARCH_MSM8X60
  4. librasdioif-objs += qcomwlan_pwrif.o
  5. endif
  6. ifdef CONFIG_ARCH_MSM7X27A
  7. librasdioif-objs += qcomwlan7x27a_pwrif.o
  8. endif
  9. obj-$(CONFIG_LIBRA_SDIOIF) += librasdioif.o