hw/mips_*.c -> hw/mips/

Change-Id: I69d891cadfe604adbd4c5d8d9c097f17aac00280
diff --git a/Makefile.target b/Makefile.target
index 2039a5f..7698ed1 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -139,13 +139,13 @@
 ifeq ($(EMULATOR_TARGET_ARCH),mips)
 HW_SOURCES += \
     android_mips.c \
-    mips_pic.c \
+    mips/mips_pic.c \
     android/goldfish/interrupt.c \
     android/goldfish/switch.c \
     android/goldfish/timer.c \
     android/goldfish/trace.c \
-    mips_timer.c \
-    mips_int.c
+    mips/cputimer.c \
+    mips/mips_int.c
 
 # The following sources must be compiled with the final executables
 # because they contain device_init() or machine_init() statements.
diff --git a/hw/mips_timer.c b/hw/mips/cputimer.c
similarity index 100%
rename from hw/mips_timer.c
rename to hw/mips/cputimer.c
diff --git a/hw/mips_int.c b/hw/mips/mips_int.c
similarity index 100%
rename from hw/mips_int.c
rename to hw/mips/mips_int.c
diff --git a/hw/mips_pic.c b/hw/mips/mips_pic.c
similarity index 100%
rename from hw/mips_pic.c
rename to hw/mips/mips_pic.c
diff --git a/hw/mips_r4k.c b/hw/mips/mips_r4k.c
similarity index 100%
rename from hw/mips_r4k.c
rename to hw/mips/mips_r4k.c