hw/smc91c111.c -> hw/net/

Change-Id: I95bc312018a1a3ee2a7fdafa4144f406100f0eb3
diff --git a/Makefile.target b/Makefile.target
index 4c4128c..2039a5f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -101,7 +101,7 @@
 
 # The following sources must be compiled with the final executables
 # because they contain device_init() or machine_init() statements.
-HW_OBJ_SOURCES := hw/smc91c111.c
+HW_OBJ_SOURCES := hw/net/smc91c111.c
 HW_OBJ_CFLAGS  := $(EMULATOR_TARGET_CFLAGS)
 
 common_LOCAL_SRC_FILES += disas/arm.c
@@ -149,7 +149,7 @@
 
 # The following sources must be compiled with the final executables
 # because they contain device_init() or machine_init() statements.
-HW_OBJ_SOURCES := hw/smc91c111.c
+HW_OBJ_SOURCES := hw/net/smc91c111.c
 HW_OBJ_CFLAGS  := $(EMULATOR_TARGET_CFLAGS)
 
 common_LOCAL_SRC_FILES += disas/mips.c
diff --git a/hw/smc91c111.c b/hw/net/smc91c111.c
similarity index 100%
rename from hw/smc91c111.c
rename to hw/net/smc91c111.c