hw/pc.c -> hw/i386/

Change-Id: Ie852e12e27fb35fa25e9cf6f55af7ade9f7ade8e
diff --git a/Makefile.target b/Makefile.target
index 4cde310..d34f8e5 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -130,7 +130,7 @@
 # because they contain device_init() or machine_init() statements.
 HW_OBJ_SOURCES := \
     hw/net/ne2000.c \
-    hw/pc.c
+    hw/i386/pc.c
 
 HW_OBJ_CFLAGS  := $(EMULATOR_TARGET_CFLAGS)
 
diff --git a/hw/pc.c b/hw/i386/pc.c
similarity index 100%
rename from hw/pc.c
rename to hw/i386/pc.c