Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 4dfd459b738cf1f65b3eac4e0a9b19bc93cc91c6 23 lines 590 B view raw
1libertas-y += assoc.o 2libertas-y += cfg.o 3libertas-y += cmd.o 4libertas-y += cmdresp.o 5libertas-y += debugfs.o 6libertas-y += ethtool.o 7libertas-y += main.o 8libertas-y += mesh.o 9libertas-y += rx.o 10libertas-y += scan.o 11libertas-y += tx.o 12libertas-y += wext.o 13 14usb8xxx-objs += if_usb.o 15libertas_cs-objs += if_cs.o 16libertas_sdio-objs += if_sdio.o 17libertas_spi-objs += if_spi.o 18 19obj-$(CONFIG_LIBERTAS) += libertas.o 20obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o 21obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o 22obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o 23obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o