diff options
author | Dmitry Bogdanov <dbogdanov@marvell.com> | 2020-03-25 13:52:40 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-27 04:17:37 +0100 |
commit | 9d106c6dd81bb26ad7fc3ee89cb1d62557c8e2c9 (patch) | |
tree | 4f3bd9c7faac0e260382852db9ed691340c47b61 /drivers/net/ethernet/aquantia/atlantic/Makefile | |
parent | net: atlantic: MACSec offload skeleton (diff) | |
download | linux-9d106c6dd81bb26ad7fc3ee89cb1d62557c8e2c9.tar.xz linux-9d106c6dd81bb26ad7fc3ee89cb1d62557c8e2c9.zip |
net: atlantic: MACSec egress offload HW bindings
This patch adds the Atlantic HW-specific bindings for MACSec egress, e.g.
register addresses / structs, helper function, etc, which will be used by
actual callback implementations.
Signed-off-by: Dmitry Bogdanov <dbogdanov@marvell.com>
Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/aquantia/atlantic/Makefile')
-rw-r--r-- | drivers/net/ethernet/aquantia/atlantic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/Makefile b/drivers/net/ethernet/aquantia/atlantic/Makefile index 2db5569d05cb..8b555665a33a 100644 --- a/drivers/net/ethernet/aquantia/atlantic/Makefile +++ b/drivers/net/ethernet/aquantia/atlantic/Makefile @@ -24,7 +24,8 @@ atlantic-objs := aq_main.o \ hw_atl/hw_atl_b0.o \ hw_atl/hw_atl_utils.o \ hw_atl/hw_atl_utils_fw2x.o \ - hw_atl/hw_atl_llh.o + hw_atl/hw_atl_llh.o \ + macsec/macsec_api.o atlantic-$(CONFIG_MACSEC) += aq_macsec.o |