Change license from GPLv3 to LGPLv3.
[seabios.git] / Makefile
index 4c1b516e6c0bee3def0e587033ea79cad56af792..13ef54ba0bafd2065b66e97734f23b1f198952d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2008  Kevin O'Connor <kevin@koconnor.net>
 #
-# This file may be distributed under the terms of the GNU GPLv3 license.
+# This file may be distributed under the terms of the GNU LGPLv3 license.
 
 # Output directory
 OUT=out/
@@ -13,7 +13,7 @@ SRCBOTH=output.c util.c floppy.c ata.c system.c mouse.c kbd.c pci.c \
         pnpbios.c pirtable.c
 SRC16=$(SRCBOTH) disk.c apm.c pcibios.c vgahooks.c
 SRC32=$(SRCBOTH) post.c shadow.c post_menu.c memmap.c coreboot.c boot.c \
-      acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c
+      acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c mtrr.c
 TABLESRC=font.c cbt.c floppy_dbt.c
 
 cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \