summaryrefslogtreecommitdiff
path: root/hw/net/Makefile.objs
diff options
context:
space:
mode:
authorFabien Chouteau <chouteau@adacore.com>2014-02-05 14:59:28 +0100
committerAlexander Graf <agraf@suse.de>2014-03-05 03:06:45 +0100
commiteb1e7c3e514665bb948357ef39845efd9af29de1 (patch)
treed3af2de96278984ca5103deaa846eccf0dea2024 /hw/net/Makefile.objs
parentb36f100e17c8e2e737b48d78c9049b96752e4adf (diff)
downloadqemu-eb1e7c3e514665bb948357ef39845efd9af29de1.tar.gz
Add Enhanced Three-Speed Ethernet Controller (eTSEC)
This implementation doesn't include ring priority, TCP/IP Off-Load, QoS. Signed-off-by: Fabien Chouteau <chouteau@adacore.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/net/Makefile.objs')
-rw-r--r--hw/net/Makefile.objs3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/net/Makefile.objs b/hw/net/Makefile.objs
index 75e80c2c48..ea93293122 100644
--- a/hw/net/Makefile.objs
+++ b/hw/net/Makefile.objs
@@ -32,3 +32,6 @@ obj-$(CONFIG_XILINX_ETHLITE) += xilinx_ethlite.o
obj-$(CONFIG_VIRTIO) += virtio-net.o
obj-y += vhost_net.o
+
+obj-$(CONFIG_ETSEC) += fsl_etsec/etsec.o fsl_etsec/registers.o \
+ fsl_etsec/rings.o fsl_etsec/miim.o