diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 12:33:56 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:13 +0200 |
commit | d7e35d4a8495bfb3aa0dfd6319fcc499f43a175c (patch) | |
tree | e9464746aa6e52e37c5ca9ed63b26f2bbd3a58d8 /hw/microblaze | |
parent | 0ddfaf7fe4c8453446730328bf348b7c6438e4f8 (diff) | |
download | qemu-d7e35d4a8495bfb3aa0dfd6319fcc499f43a175c.tar.gz qemu-d7e35d4a8495bfb3aa0dfd6319fcc499f43a175c.tar.bz2 qemu-d7e35d4a8495bfb3aa0dfd6319fcc499f43a175c.zip |
hw: move NICs to hw/net/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/microblaze')
-rw-r--r-- | hw/microblaze/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/microblaze/Makefile.objs b/hw/microblaze/Makefile.objs index 9e7f249941..75f5ce6cfe 100644 --- a/hw/microblaze/Makefile.objs +++ b/hw/microblaze/Makefile.objs @@ -1,5 +1,4 @@ obj-y += xilinx_spi.o -obj-y += xilinx_ethlite.o obj-y := $(addprefix ../,$(obj-y)) |