diff options
author | Paolo Bonzini | 2013-02-05 16:12:12 +0100 |
---|---|---|
committer | Paolo Bonzini | 2013-04-08 18:13:16 +0200 |
commit | 7702e47c21e9e7c9962a25de03caa999ea4cd2ea (patch) | |
tree | 743d21340fcd4e45df99c61c875bfbf9a3eb56cb /hw/cris | |
parent | hw: move DMA controllers to hw/dma/, configure with default-configs/ (diff) | |
download | qemu-7702e47c21e9e7c9962a25de03caa999ea4cd2ea.tar.gz qemu-7702e47c21e9e7c9962a25de03caa999ea4cd2ea.tar.xz qemu-7702e47c21e9e7c9962a25de03caa999ea4cd2ea.zip |
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/cris')
-rw-r--r-- | hw/cris/Makefile.objs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/cris/Makefile.objs b/hw/cris/Makefile.objs index f8c85a4520..776db7c5cd 100644 --- a/hw/cris/Makefile.objs +++ b/hw/cris/Makefile.objs @@ -1,9 +1,3 @@ -# IO blocks -obj-y += etraxfs_pic.o - -obj-y := $(addprefix ../,$(obj-y)) - -# Boards obj-y += pic_cpu.o obj-y += boot.o obj-y += axis_dev88.o |