diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2019-05-31 10:16:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-02 23:49:49 +0300 |
commit | b596229448dd2a263cdc4906e60b1b2249777ee4 (patch) | |
tree | 55c29da892d8f46d34f7388aa74725bb6da23fcd /drivers/net/ethernet/mscc/Makefile | |
parent | 6345266a9989287336ff6a2843cd3b033cda85a1 (diff) | |
download | linux-b596229448dd2a263cdc4906e60b1b2249777ee4.tar.xz |
net: mscc: ocelot: Add support for tcam
Add ACL support using the TCAM. Using ACL it is possible to create rules
in hardware to filter/redirect frames.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mscc/Makefile')
-rw-r--r-- | drivers/net/ethernet/mscc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mscc/Makefile b/drivers/net/ethernet/mscc/Makefile index 5e694dc1f7f8..bf4a710116bb 100644 --- a/drivers/net/ethernet/mscc/Makefile +++ b/drivers/net/ethernet/mscc/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: (GPL-2.0 OR MIT) obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot_common.o mscc_ocelot_common-y := ocelot.o ocelot_io.o -mscc_ocelot_common-y += ocelot_regs.o ocelot_tc.o ocelot_police.o +mscc_ocelot_common-y += ocelot_regs.o ocelot_tc.o ocelot_police.o ocelot_ace.o obj-$(CONFIG_MSCC_OCELOT_SWITCH_OCELOT) += ocelot_board.o |