wlcore: enable beacon filtering only after receiving a beacon
[deliverable/linux.git] / drivers / net / wireless / ti / wlcore / Makefile
1 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
2 boot.o init.o debugfs.o scan.o sysfs.o
3
4 wlcore_spi-objs = spi.o
5 wlcore_sdio-objs = sdio.o
6
7 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
8 obj-$(CONFIG_WLCORE) += wlcore.o
9 obj-$(CONFIG_WLCORE_SPI) += wlcore_spi.o
10 obj-$(CONFIG_WLCORE_SDIO) += wlcore_sdio.o
11
12 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.031215 seconds and 5 git commands to generate.