forked from Minki/linux
14c0b3ed4c
This patch adds a new driver called stlc45xx, which supports wi-fi chipsets stlc4550 and stlc4560 from ST-NXP Wireless. The chipset can be found, for example, from Nokia N800 and N810 products. The driver is implemented based on the firmware interface information published by ST-NXP Wireless here: http://wireless.kernel.org/en/developers/Documentation/specs#STMicroelectronicshardware Currently only SPI interface is supported. Signed-off-by: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# Makefile for staging directory
|
|
|
|
# fix for build system bug...
|
|
obj-$(CONFIG_STAGING) += staging.o
|
|
|
|
obj-$(CONFIG_ET131X) += et131x/
|
|
obj-$(CONFIG_SLICOSS) += slicoss/
|
|
obj-$(CONFIG_SXG) += sxg/
|
|
obj-$(CONFIG_ME4000) += me4000/
|
|
obj-$(CONFIG_MEILHAUS) += meilhaus/
|
|
obj-$(CONFIG_VIDEO_GO7007) += go7007/
|
|
obj-$(CONFIG_USB_IP_COMMON) += usbip/
|
|
obj-$(CONFIG_W35UND) += winbond/
|
|
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
|
|
obj-$(CONFIG_ECHO) += echo/
|
|
obj-$(CONFIG_USB_ATMEL) += at76_usb/
|
|
obj-$(CONFIG_POCH) += poch/
|
|
obj-$(CONFIG_AGNX) += agnx/
|
|
obj-$(CONFIG_OTUS) += otus/
|
|
obj-$(CONFIG_RT2860) += rt2860/
|
|
obj-$(CONFIG_RT2870) += rt2870/
|
|
obj-$(CONFIG_COMEDI) += comedi/
|
|
obj-$(CONFIG_ASUS_OLED) += asus_oled/
|
|
obj-$(CONFIG_PANEL) += panel/
|
|
obj-$(CONFIG_ALTERA_PCIE_CHDMA) += altpciechdma/
|
|
obj-$(CONFIG_RTL8187SE) += rtl8187se/
|
|
obj-$(CONFIG_USB_RSPI) += rspiusb/
|
|
obj-$(CONFIG_INPUT_MIMIO) += mimio/
|
|
obj-$(CONFIG_TRANZPORT) += frontier/
|
|
obj-$(CONFIG_EPL) += epl/
|
|
obj-$(CONFIG_ANDROID) += android/
|
|
obj-$(CONFIG_DST) += dst/
|
|
obj-$(CONFIG_POHMELFS) += pohmelfs/
|
|
obj-$(CONFIG_STLC45XX) += stlc45xx/
|