diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 13:35:34 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:14 +0200 |
commit | 9944d320016914912133b348b6fbbb18c7417035 (patch) | |
tree | 833e579b5902d0b3eeb392d74d20433f29fdea70 /hw/lm32 | |
parent | 80b4ecc86dd5ccd779f96c8bd11feb031d327614 (diff) | |
download | qemu-9944d320016914912133b348b6fbbb18c7417035.zip |
hw: move char devices to hw/char/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/lm32')
-rw-r--r-- | hw/lm32/Makefile.objs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/lm32/Makefile.objs b/hw/lm32/Makefile.objs index a894c466ca..e1161566ad 100644 --- a/hw/lm32/Makefile.objs +++ b/hw/lm32/Makefile.objs @@ -1,15 +1,12 @@ # LM32 peripherals obj-y += lm32_pic.o -obj-y += lm32_juart.o obj-y += lm32_timer.o -obj-y += lm32_uart.o obj-y += lm32_sys.o obj-y += milkymist-hpdmc.o obj-y += milkymist-memcard.o obj-y += milkymist-pfpu.o obj-y += milkymist-softusb.o obj-y += milkymist-sysctl.o -obj-y += milkymist-uart.o obj-y := $(addprefix ../,$(obj-y)) |