summaryrefslogtreecommitdiff
path: root/src/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386')
-rw-r--r--src/arch/i386/Config.lb6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb
index b43258b9d4..3e72425f27 100644
--- a/src/arch/i386/Config.lb
+++ b/src/arch/i386/Config.lb
@@ -1,3 +1,5 @@
+uses CONFIG_SMP
+
init config/crt0.base
ldscript config/ldscript.lb
@@ -37,4 +39,6 @@ addaction clean "rm -f romimage payload.*"
dir lib
dir boot
-dir smp
+if CONFIG_SMP
+ dir smp
+end