wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectory
[deliverable/linux.git] / drivers / net / wireless / ti / wl1251 / Makefile
1 wl1251-objs = main.o event.o tx.o rx.o ps.o cmd.o \
2 acx.o boot.o init.o debugfs.o io.o
3 wl1251_spi-objs += spi.o
4 wl1251_sdio-objs += sdio.o
5
6 obj-$(CONFIG_WL1251) += wl1251.o
7 obj-$(CONFIG_WL1251_SPI) += wl1251_spi.o
8 obj-$(CONFIG_WL1251_SDIO) += wl1251_sdio.o
9
10 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.030822 seconds and 5 git commands to generate.