blob: 3c606ba2c6ca00603606b753f8a307548d22e285 [file] [log] [blame]
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001
2# Makefile for wlan sdio if driver
3
4librasdioif-objs += libra_sdioif.o
5
6ifdef CONFIG_ARCH_MSM8X60
7 librasdioif-objs += qcomwlan_pwrif.o
8endif
9
10ifdef CONFIG_ARCH_MSM7X27A
11 librasdioif-objs += qcomwlan7x27a_pwrif.o
12endif
13
14obj-$(CONFIG_LIBRA_SDIOIF) += librasdioif.o