diff options
| author | Tom Rini <[email protected]> | 2021-06-18 11:18:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-06-18 11:18:56 -0400 |
| commit | 97c8cb524c19f054036efd2b4429273bd503e39c (patch) | |
| tree | 3cdea4854ba0e8755aff49c43579eb2756ff3349 /drivers/net/Makefile | |
| parent | a298d4fbcdba1b38e48ea2af0fc5386cab2070da (diff) | |
| parent | 54c321f9deeba309989f0828e4d0427cbfbefcd3 (diff) | |
Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net
Diffstat (limited to 'drivers/net/Makefile')
| -rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index a44a7d3f56a..d56baa65b2f 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -89,6 +89,7 @@ obj-$(CONFIG_DWC_ETH_QOS) += dwc_eth_qos.o obj-$(CONFIG_FSL_PFE) += pfe_eth/ obj-y += qe/ obj-$(CONFIG_SNI_AVE) += sni_ave.o +obj-$(CONFIG_SNI_NETSEC) += sni_netsec.o obj-y += ti/ obj-$(CONFIG_MEDIATEK_ETH) += mtk_eth.o obj-y += mscc_eswitch/ |
