aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/lib/romcc_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/lib/romcc_console.c')
-rw-r--r--src/arch/x86/lib/romcc_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/lib/romcc_console.c b/src/arch/x86/lib/romcc_console.c
index 13ee1f004f..db84f9e642 100644
--- a/src/arch/x86/lib/romcc_console.c
+++ b/src/arch/x86/lib/romcc_console.c
@@ -35,7 +35,7 @@
#include "lib/uart8250.c"
#endif
#if CONFIG_CONSOLE_NE2K
-#include "lib/ne2k.c"
+#include "drivers/net/ne2k.c"
#endif
static void __console_tx_byte(unsigned char byte)