ARM: mm: Recreate kernel mappings in early_paging_init()
[linux/fpc-iii.git] / drivers / net / wireless / ti / wl1251 / Makefile
bloba5c6328b5f725bd3e92e8292df48328f219b08f2
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
10 ccflags-y += -D__CHECK_ENDIAN__