summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/arch/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 2a51165ed..f1d30d04b 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -2,7 +2,7 @@
#
SRCDIRS += arch/i386/core arch/i386/transitions arch/i386/prefix
SRCDIRS += arch/i386/firmware/pcbios arch/i386/firmware/linuxbios
-SRCDIRS += arch/i386/drivers/net
+SRCDIRS += arch/i386/drivers/bus arch/i386/drivers/net
# The various xxx_loader.c files are #included into core/loader.c and
# should not be compiled directly.