switch-coreboot/src
zbao 46a7c82bcf Makefile: Replace the way to test if a string is empty
The output of command below,
# i386-elf-nm build/cbfs/fallback/romstage_null.offenders | \
                     grep -q "" ; echo $?
has different result on MacOS, OS X Mavericks, which outputs 0.
On linux, it outputs 1.

I assume it is misleading to search an empty string in a empty
string. Change it to testing if the string is empty.

Change-Id: Ie4b8fe1fb26df092e2985937251a49feadc61eb0
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/11600
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-09-29 02:51:38 +00:00
..
acpi acpi/sata: add generic sata ssdt port generator 2015-06-07 01:24:47 +02:00
arch Makefile: Replace the way to test if a string is empty 2015-09-29 02:51:38 +00:00
commonlib commonlib: add endian related accessor functions 2015-09-22 21:21:56 +00:00
console consoles: remove unused infrastructure 2015-05-26 19:02:54 +02:00
cpu coreboot: move TS_END_ROMSTAGE to one spot 2015-09-24 16:12:44 +00:00
device symbols: add '_' to pci_drivers and cpu_drivers symbols 2015-09-05 15:36:23 +00:00
drivers tpm: acpi: Make _CRS method serialized 2015-09-28 09:33:55 +00:00
ec chromeec: Fix ACPI compile warnings 2015-09-28 09:34:13 +00:00
include chromeos: vboot and chromeos dependency removal for sw write protect state 2015-09-23 19:35:31 +00:00
lib program.ld: terminate ALIGN statement 2015-09-28 09:36:50 +00:00
mainboard glados: Provide nau8825 platform data via _DSD 2015-09-28 09:35:13 +00:00
northbridge coreboot: move TS_END_ROMSTAGE to one spot 2015-09-24 16:12:44 +00:00
soc skylake: Work around issue in ACPI interpreter 2015-09-28 09:35:52 +00:00
southbridge coreboot: move TS_END_ROMSTAGE to one spot 2015-09-24 16:12:44 +00:00
superio superio/smsc: Add support for SMSC DME1737 2015-07-13 17:11:00 +02:00
vendorcode chromeos: vboot and chromeos dependency removal for sw write protect state 2015-09-23 19:35:31 +00:00
Kconfig Kconfig: Remove EXPERT mode 2015-08-30 07:50:47 +00:00