mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
7 lines
197 B
Makefile
7 lines
197 B
Makefile
|
wl1251-objs = main.o event.o tx.o rx.o ps.o cmd.o \
|
||
|
acx.o boot.o init.o debugfs.o io.o
|
||
|
|
||
|
obj-$(CONFIG_WL1251) += wl1251.o
|
||
|
obj-$(CONFIG_WL1251_SPI) += spi.o
|
||
|
obj-$(CONFIG_WL1251_SDIO) += sdio.o
|