Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[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
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 # small builtin driver bit
13 obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o
14
15 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.030182 seconds and 5 git commands to generate.