Files
kernel-tenderloin-3.0/drivers/net/wireless/libra/Makefile
Yunsen Wang 5676f8d18e libra: Add security functions to module
Link to the security functions from wcnss

Change-Id: Iddd7960ff231e0a8201cecf30207edbc26140f8a
Signed-off-by: Yunsen Wang <yunsenw@codeaurora.org>
2011-12-16 15:17:13 -08:00

15 lines
291 B
Makefile

# Makefile for wlan sdio if driver
librasdioif-objs += libra_sdioif.o ../wcnss/qcomwlan_secif.o
ifdef CONFIG_ARCH_MSM8X60
librasdioif-objs += qcomwlan_pwrif.o
endif
ifdef CONFIG_ARCH_MSM7X27A
librasdioif-objs += qcomwlan7x27a_pwrif.o
endif
obj-$(CONFIG_LIBRA_SDIOIF) += librasdioif.o