mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
ff9fc79194
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
25 lines
616 B
Makefile
25 lines
616 B
Makefile
libertas-y += 11d.o
|
|
libertas-y += assoc.o
|
|
libertas-y += cfg.o
|
|
libertas-y += cmd.o
|
|
libertas-y += cmdresp.o
|
|
libertas-y += debugfs.o
|
|
libertas-y += ethtool.o
|
|
libertas-y += main.o
|
|
libertas-y += persistcfg.o
|
|
libertas-y += rx.o
|
|
libertas-y += scan.o
|
|
libertas-y += tx.o
|
|
libertas-y += wext.o
|
|
|
|
usb8xxx-objs += if_usb.o
|
|
libertas_cs-objs += if_cs.o
|
|
libertas_sdio-objs += if_sdio.o
|
|
libertas_spi-objs += if_spi.o
|
|
|
|
obj-$(CONFIG_LIBERTAS) += libertas.o
|
|
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
|
|
obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
|
|
obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o
|
|
obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o
|