mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
Create bnxt_fwctl device. This will bind to bnxt's aux device. On the upper edge, it will register with the fwctl subsystem. It will make use of bnxt's ULP functions to send FW commands. Link: https://patch.msgid.link/r/20260314151605.932749-5-pavan.chebbi@broadcom.com Reviewed-by: Andy Gospodarek <gospo@broadcom.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Pavan Chebbi <pavan.chebbi@broadcom.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
5 lines
100 B
Makefile
5 lines
100 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_FWCTL_BNXT) += bnxt_fwctl.o
|
|
|
|
bnxt_fwctl-y += main.o
|