diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-07-04 05:47:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-07-04 05:47:26 -0400 |
commit | 84ad59ab83ecdced2bd517f1c8d1129d430d8cdc (patch) | |
tree | 4bb0e8f7edab2b4417afd0794e2d9ed9e20602a8 /Makefile | |
parent | f7ba6d7f5b297a55da6bc1e177c4eba09fc40a8e (diff) | |
download | seabios-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |