Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame^] | 1 | |
2 | # Makefile for wlan sdio if driver | ||||
3 | |||||
4 | librasdioif-objs += libra_sdioif.o | ||||
5 | |||||
6 | ifdef CONFIG_ARCH_MSM8X60 | ||||
7 | librasdioif-objs += qcomwlan_pwrif.o | ||||
8 | endif | ||||
9 | |||||
10 | ifdef CONFIG_ARCH_MSM7X27A | ||||
11 | librasdioif-objs += qcomwlan7x27a_pwrif.o | ||||
12 | endif | ||||
13 | |||||
14 | obj-$(CONFIG_LIBRA_SDIOIF) += librasdioif.o |