mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 14:05:25 +07:00
d7af6bb7e5
The file rsi_91x_hal.c is going to contain device specific code i.e new firmware loading method for RS9113 chipset. As the file rsi_91x_pkt.c contains code to prepare device specific descriptors for transmit packet, this file is renamed to rsi_91x_hal.c which is more relevant as per it's functionality. Signed-off-by: Prameela Rani Garnepudi <prameela.j04cs@gmail.com> Signed-off-by: Amitkumar Karwar <amit.karwar@redpinesignals.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
13 lines
413 B
Makefile
13 lines
413 B
Makefile
rsi_91x-y += rsi_91x_main.o
|
|
rsi_91x-y += rsi_91x_core.o
|
|
rsi_91x-y += rsi_91x_mac80211.o
|
|
rsi_91x-y += rsi_91x_mgmt.o
|
|
rsi_91x-y += rsi_91x_hal.o
|
|
rsi_91x-$(CONFIG_RSI_DEBUGFS) += rsi_91x_debugfs.o
|
|
|
|
rsi_usb-y += rsi_91x_usb.o rsi_91x_usb_ops.o
|
|
rsi_sdio-y += rsi_91x_sdio.o rsi_91x_sdio_ops.o
|
|
obj-$(CONFIG_RSI_91X) += rsi_91x.o
|
|
obj-$(CONFIG_RSI_SDIO) += rsi_sdio.o
|
|
obj-$(CONFIG_RSI_USB) += rsi_usb.o
|