From 3bd884511f8dc44a01e32878b2972443a16db70d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 5 Feb 2013 14:38:25 +0100 Subject: hw: move timer devices to hw/timer/, configure with default-configs/ Signed-off-by: Paolo Bonzini --- hw/sh4/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/sh4') diff --git a/hw/sh4/Makefile.objs b/hw/sh4/Makefile.objs index 10c971a300..76b37bbf6b 100644 --- a/hw/sh4/Makefile.objs +++ b/hw/sh4/Makefile.objs @@ -1,4 +1,4 @@ -obj-y += sh_timer.o sh_intc.o sh_pci.o +obj-y += sh_intc.o sh_pci.o obj-y := $(addprefix ../,$(obj-y)) -- cgit v1.2.1