hw/i8259.c -> hw/intc/

Change-Id: I45a09c5abeae23c66eea411a84cd00440f27c5db
diff --git a/Makefile.target b/Makefile.target
index d0bd069..32eaeca 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -116,7 +116,7 @@
 ifeq ($(EMULATOR_TARGET_ARCH),x86)
 HW_SOURCES += \
     intc/apic.c \
-    i8259.c \
+    intc/i8259.c \
     mc146818rtc.c \
     pci-host/piix.c \
     timer/i8254.c \
diff --git a/hw/i8259.c b/hw/intc/i8259.c
similarity index 100%
rename from hw/i8259.c
rename to hw/intc/i8259.c