diff options
Diffstat (limited to 'src/arch/i386/smp')
-rw-r--r-- | src/arch/i386/smp/Config.lb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/i386/smp/Config.lb b/src/arch/i386/smp/Config.lb deleted file mode 100644 index 70981a9e78..0000000000 --- a/src/arch/i386/smp/Config.lb +++ /dev/null @@ -1,10 +0,0 @@ -uses CONFIG_GENERATE_MP_TABLE -uses CONFIG_IOAPIC - -if CONFIG_GENERATE_MP_TABLE - object mpspec.o -end -if CONFIG_IOAPIC - object ioapic.o -end - |