Systemd/src/boot/efi
Zbigniew Jędrzejewski-Szmek 2c201c2140 meson: use booleans for conf.set and drop unecessary conditionals
Using conf.set() with a boolean argument does the right thing:
either #ifdef or #undef. This means that conf.set can be used unconditionally.

Previously I used '1' as the placeholder value, and that needs to be changed to
'true' for consistency (under meson 1 cannot be used in boolean context). All
checks need to be adjusted.
2017-05-02 16:29:11 -04:00
..
.gitignore build-sys: update gitignore 2015-02-20 15:42:32 +01:00
boot.c tree-wide: standardize on $(PACKAGE_VERSION) for the version string 2017-04-04 20:36:09 -04:00
console.c sd-boot: Fix waiting for keyboard input (#3735) 2016-07-18 15:19:32 -04:00
console.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
disk.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
disk.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
graphics.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
graphics.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
linux.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
linux.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
measure.c sd-boot: trigger to record further logs to tcg 2.0 final event log area (#4302) 2016-10-09 18:59:54 -04:00
measure.h sd-boot: put hashed kernel command line in a PCR of the TPM 2016-02-11 17:48:09 +01:00
meson.build meson: use booleans for conf.set and drop unecessary conditionals 2017-05-02 16:29:11 -04:00
no-undefined-symbols.sh meson: also indent scripts with 8 spaces 2017-04-25 08:49:16 -04:00
pefile.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
pefile.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
splash.c tree-wide: minor formatting inconsistency cleanups 2016-02-23 14:20:34 -08:00
splash.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
stub.c tree-wide: standardize on $(PACKAGE_VERSION) for the version string 2017-04-04 20:36:09 -04:00
util.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
util.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00