hw/ioapic.c -> hw/intc/

Change-Id: Id9bd1883c5772c983e3679475bdabc427f88f61e
diff --git a/Makefile.target b/Makefile.target
index 57ae1c2..b3f4937 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -121,7 +121,7 @@
     pci-host/piix.c \
     timer/i8254.c \
     input/pckbd.c \
-    ioapic.c \
+    intc/ioapic.c \
     input/ps2.c \
     smbios.c \
     nvram/fw_cfg.c
diff --git a/hw/ioapic.c b/hw/intc/ioapic.c
similarity index 100%
rename from hw/ioapic.c
rename to hw/intc/ioapic.c