Revert "Merge branch 'ath6kl-next' of master.kernel.org:/pub/scm/linux/kernel/git...
[linux-2.6/next.git] / drivers / net / wireless / wl1251 / Makefile
blob58b4f935a3f634f89157e32389e90cbf29898310
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
6 obj-$(CONFIG_WL1251) += wl1251.o
7 obj-$(CONFIG_WL1251_SPI) += wl1251_spi.o
8 obj-$(CONFIG_WL1251_SDIO) += wl1251_sdio.o