summaryrefslogtreecommitdiff
path: root/src/arch/i386/smp/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-20 13:22:02 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-20 13:22:02 +0000
commit169dc7e5ac948ccaecadcfd243551f4247df866d (patch)
tree9d5bab8e411eb785dc958f284519cc7ca78c24c5 /src/arch/i386/smp/Makefile.inc
parent29ceae2c370fcd5a7c159771050611f03de006ba (diff)
- move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has
nothing to do with SMP) - move src/arch/i386/smp/mpspec.c to src/arch/i386/boot/mpspec.c (where acpi, pirq and coreboot table generation lives) - modify src/arch/i386/boot/Makefile.inc, src/arch/i386/lib/Makefile.inc and src/arch/i386/smp/Makefile.inc accordingly - src/arch/i386/smp is now empty. drop it. - drop src/arch/i386/init/car.S (unused) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/smp/Makefile.inc')
-rw-r--r--src/arch/i386/smp/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/i386/smp/Makefile.inc b/src/arch/i386/smp/Makefile.inc
deleted file mode 100644
index 44190587b9..0000000000
--- a/src/arch/i386/smp/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-obj-$(CONFIG_GENERATE_MP_TABLE) += mpspec.o
-obj-$(CONFIG_IOAPIC) += ioapic.o
-