hw/apic.c -> hw/intc/apic.c

Change-Id: If88e66c2c9c2d09001312e97b731d0ece88c1e0e
diff --git a/Makefile.target b/Makefile.target
index 3b727b0..f1e4a9a 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -115,7 +115,7 @@
 
 ifeq ($(EMULATOR_TARGET_ARCH),x86)
 HW_SOURCES += \
-    apic.c \
+    intc/apic.c \
     i8259.c \
     mc146818rtc.c \
     piix_pci.c \
diff --git a/hw/apic.c b/hw/intc/apic.c
similarity index 100%
rename from hw/apic.c
rename to hw/intc/apic.c