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/m68k | |
parent | 0ddfaf7fe4c8453446730328bf348b7c6438e4f8 (diff) |
hw: move NICs to hw/net/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/m68k')
-rw-r--r-- | hw/m68k/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/m68k/Makefile.objs b/hw/m68k/Makefile.objs index ede32a7c4e..ebbe003804 100644 --- a/hw/m68k/Makefile.objs +++ b/hw/m68k/Makefile.objs @@ -1,4 +1,4 @@ -obj-y = mcf_uart.o mcf_fec.o +obj-y = mcf_uart.o obj-y := $(addprefix ../,$(obj-y)) |