fix a kmap leak in virtio_console
[linux/fpc-iii.git] / drivers / net / wireless / ti / wlcore / Makefile
blob4f23931d7bd56237f9e1fc623e784fa059b2340e
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
4 wlcore_spi-objs = spi.o
5 wlcore_sdio-objs = sdio.o
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
12 ccflags-y += -D__CHECK_ENDIAN__