coreboot/src
Stefan Reinauer e06e2fdce1 drivers/spi: Don't disable non-existent warnings on clang
The warning -Wstack-usage= doesn't seem to exist on clang, so trying
to disable it makes the compiler unhappy about non-existent pragmas.
Catching this on gcc is good enough, so let's disable it for the clang
case

Change-Id: Ia3716a83ba41743ac1dbe73e70abd170de30d7ab
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/20383
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2017-06-27 17:00:55 +00:00
..
acpi
arch arch/x86/smbios: Fix scope of variable declaration 2017-06-22 15:20:17 +00:00
commonlib arch/x86/ebda: Change memcpy() to endian wrappers 2017-06-20 03:13:18 +02:00
console src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
cpu cpu/x86/smm: allow SSE instructions in SMM modules 2017-06-27 16:14:15 +00:00
device device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
drivers drivers/spi: Don't disable non-existent warnings on clang 2017-06-27 17:00:55 +00:00
ec device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
include include/device: Add pci ids for Intel CNL 2017-06-27 16:50:26 +00:00
lib lib/coreboot_tables: Zero framebuffer structure 2017-06-27 02:16:03 +00:00
mainboard mainboard/lenovo/x220: allow to use libgfxinit 2017-06-27 16:51:02 +00:00
northbridge nb/intel/sandybridge: Fill in acpi_name 2017-06-27 16:09:18 +00:00
soc soc/intel/skylake: storage: Use word access for power state registers 2017-06-27 02:15:56 +00:00
southbridge sb/intel/bd82x6x: Fill in acpi_name 2017-06-27 16:13:13 +00:00
superio device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
vboot vboot: Separate board name and version number in FWID with a dot 2017-04-29 01:44:10 +02:00
vendorcode vendorcode/amd: Satisfy clang's bracing requirements 2017-06-27 17:00:27 +00:00
Kconfig Add support for Undefined Behavior Sanitizer 2017-06-14 19:56:59 +02:00