M7350/kernel/drivers/net/wireless/libra/Makefile

15 lines
291 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
# 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