aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-07-04 05:47:26 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-07-04 05:47:26 -0400
commit84ad59ab83ecdced2bd517f1c8d1129d430d8cdc (patch)
tree4bb0e8f7edab2b4417afd0794e2d9ed9e20602a8 /Makefile
parentf7ba6d7f5b297a55da6bc1e177c4eba09fc40a8e (diff)
downloadseabios-84ad59ab83ecdced2bd517f1c8d1129d430d8cdc.tar.gz
Separate out smp detection and mp table generation from rombios32.c
Also, change smp_probe() to return the cpu count on each call.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab945126..a3e9a701 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ SRCBOTH=output.c util.c floppy.c ata.c system.c mouse.c kbd.c pci.c boot.c \
serial.c clock.c pic.c
SRC16=$(SRCBOTH) disk.c cdrom.c apm.c pcibios.c
SRC32=$(SRCBOTH) post.c shadow.c rombios32.c post_menu.c memmap.c coreboot.c \
- acpi.c pirtable.c smm.c
+ acpi.c pirtable.c smm.c smpdetect.c mptable.c
TABLESRC=font.c cbt.c floppy_dbt.c
cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \