coreboot/src
Martin Roth 202e7d4f3c arch/riscv: Fix makefile to only set flags for riscv
This was updating flags for ALL architectures, not just riscv.
That was bad, and gave us errors, although they weren't fatal for
some reason:
i386-elf-gcc: error: missing argument to '-mcmodel='
i386-elf-gcc: error: missing argument to '-march='
i386-elf-gcc: error: missing argument to '-mabi='

This issue started from commit 5fed693a (riscv: add support for
modifying compiler options)

Add comments to the other 'endif' statements since they're now
surrounded by a global ifeq

Change-Id: Ifa12ad98b04a5ac36148609ccdf46ca427fc5a27
Signed-off-by: Martin Roth <martin@coreboot.org>
Reviewed-on: https://review.coreboot.org/27535
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2018-07-18 21:59:52 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arch/riscv: Fix makefile to only set flags for riscv 2018-07-18 21:59:52 +00:00
commonlib src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:26:18 +00:00
console arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
cpu src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:26:18 +00:00
device pnp_device: improve readability 2018-07-17 18:06:19 +00:00
drivers security/vboot: Add interface for FSP 2.0 mrc caching 2018-07-17 17:40:33 +00:00
ec src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:28:35 +00:00
include pnp_device: improve readability 2018-07-17 18:06:19 +00:00
lib Coverity: Fix CID1393979 2018-07-12 15:21:10 +00:00
mainboard mb/google/octopus/variants/baseboard: Udpate CPU critical temp 2018-07-18 20:42:33 +00:00
northbridge nb/i945/raminit: Correct C0DRAMW & C1DRAMW for 4 DIMMs 2018-07-12 11:52:52 +00:00
security security/vboot: fix typo 2018-07-18 12:20:13 +00:00
soc mainboard/google/Kahlee: Select low-power mode for WiFi 2018-07-18 20:10:45 +00:00
southbridge Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00
superio superio/nsc: pass the chip-specific ops struct to pnp_enable_devices 2018-07-18 18:52:12 +00:00
vendorcode vendorcode/cavium/include: Make bdk_pop and dpop static 2018-07-17 11:38:28 +00:00
Kconfig Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00