More boards in kconfig, and moved -O2 flag for romcc into
ROMCCFLAGS, so boards can override it where necessary. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4730 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
99950c2192
commit
fdfaada706
33 changed files with 872 additions and 26 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ROMCCFLAGS := -mcpu=p4
|
||||
ROMCCFLAGS := -mcpu=p4 -O2
|
||||
obj-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.o
|
||||
include $(src)/mainboard/Makefile.romccboard.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue