hw/ne2000.c -> hw/net/

Change-Id: I9c99404b13037ed15b2201188eb77d55d4f049ad
diff --git a/Makefile.target b/Makefile.target
index afc8c93..2b5d058 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -129,7 +129,7 @@
 # The following sources must be compiled with the final executables
 # because they contain device_init() or machine_init() statements.
 HW_OBJ_SOURCES := \
-    hw/ne2000.c \
+    hw/net/ne2000.c \
     hw/pc.c
 
 HW_OBJ_CFLAGS  := $(EMULATOR_TARGET_CFLAGS)
diff --git a/hw/ne2000.c b/hw/net/ne2000.c
similarity index 100%
rename from hw/ne2000.c
rename to hw/net/ne2000.c