diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 14:54:35 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:14 +0200 |
commit | d2c0bd845847820e4abd99638aa2e9b90611a5bf (patch) | |
tree | 7389cf6526249eb312b0a2985331292e350d5ce3 /hw/cris | |
parent | ba25df88cc004dffad908b54a71ad8510551e6d2 (diff) |
hw: move DMA controllers to hw/dma/, configure with 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 a8a4a9efcf..f8c85a4520 100644 --- a/hw/cris/Makefile.objs +++ b/hw/cris/Makefile.objs @@ -1,5 +1,4 @@ # IO blocks -obj-y += etraxfs_dma.o obj-y += etraxfs_pic.o obj-y := $(addprefix ../,$(obj-y)) |