diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2013-02-09 15:26:47 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-02-09 21:00:47 +0100 |
commit | dbc6ca7aea6e2474c30b4c3892abe0b3055abf67 (patch) | |
tree | f57c0db69bdd788631d52c084523db4e72b24843 /src/mainboard/bcom | |
parent | f03d22efd7abe6870f1216bc6b1e07aaba446c84 (diff) | |
download | coreboot-dbc6ca7aea6e2474c30b4c3892abe0b3055abf67.tar.xz |
romcc: Use default romcc flags for most boards
Except for one board, the flags can be derived from CONFIG_MMX
and CONFIG_SSE.
Change-Id: I64a11135ee7ce8676f3422b2377069a3fa78e24d
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/2336
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/bcom')
-rw-r--r-- | src/mainboard/bcom/winnet100/Makefile.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/bcom/winnet100/Makefile.inc b/src/mainboard/bcom/winnet100/Makefile.inc deleted file mode 100644 index 21ae28e552..0000000000 --- a/src/mainboard/bcom/winnet100/Makefile.inc +++ /dev/null @@ -1,21 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de> -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -## - -ROMCCFLAGS := -mcpu=i386 -O2 |