diff options
| author | Paolo Bonzini | 2013-02-05 12:33:56 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-04-08 18:13:13 +0200 |
| commit | d7e35d4a8495bfb3aa0dfd6319fcc499f43a175c (patch) | |
| tree | e9464746aa6e52e37c5ca9ed63b26f2bbd3a58d8 /hw/cris | |
| parent | hw: move MC146818RTC to hw/timer/, configure via default-configs/ (diff) | |
| download | qemu-d7e35d4a8495bfb3aa0dfd6319fcc499f43a175c.tar.gz qemu-d7e35d4a8495bfb3aa0dfd6319fcc499f43a175c.tar.xz 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/cris')
| -rw-r--r-- | hw/cris/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/cris/Makefile.objs b/hw/cris/Makefile.objs index a94c62450d..e02365d5cd 100644 --- a/hw/cris/Makefile.objs +++ b/hw/cris/Makefile.objs @@ -1,7 +1,6 @@ # IO blocks obj-y += etraxfs_dma.o obj-y += etraxfs_pic.o -obj-y += etraxfs_eth.o obj-y += etraxfs_timer.o obj-y += etraxfs_ser.o |
