diff options
author | Subbaraya Sundeep <sundeep.lkml@gmail.com> | 2020-04-16 20:24:49 +0530 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-04-30 11:52:28 +0100 |
commit | 1c66437879654705bbf8099d9767594668c57ce8 (patch) | |
tree | 07bf6eb67cdb4c8c0847ebdcc262e996ef552827 /hw/net/Makefile.objs | |
parent | 119a2ef1dce90ffa2b86a43fb190027fcc5cdb9a (diff) |
hw/net: Add Smartfusion2 emac block
Modelled Ethernet MAC of Smartfusion2 SoC.
Micrel KSZ8051 PHY is present on Emcraft's
SOM kit hence same PHY is emulated.
Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1587048891-30493-2-git-send-email-sundeep.lkml@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/net/Makefile.objs')
-rw-r--r-- | hw/net/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/Makefile.objs b/hw/net/Makefile.objs index af4d194866..f2b73983ee 100644 --- a/hw/net/Makefile.objs +++ b/hw/net/Makefile.objs @@ -55,3 +55,4 @@ common-obj-$(CONFIG_ROCKER) += rocker/rocker.o rocker/rocker_fp.o \ obj-$(call lnot,$(CONFIG_ROCKER)) += rocker/qmp-norocker.o common-obj-$(CONFIG_CAN_BUS) += can/ +common-obj-$(CONFIG_MSF2) += msf2-emac.o |