diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-05-06 16:19:22 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-05-22 15:38:42 +0200 |
commit | 652141e49e2a54e7ee7f25652817396fe5b5e152 (patch) | |
tree | 4ac7060bef49e0835ecdbc8569230706258323c5 /roms | |
parent | da1804d17a9ed7f060c072fbc4889db5fbc9c7d2 (diff) |
roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description
In commit 1cab464136b4 we incorrectly described the
EDK2_BASETOOLS_OPTFLAGS can pass CPPFLAGS and CFLAGS
options to the EDK2 build tools, but it only expands
the CFLAGS (not to the CPPFLAGS).
Update the description to be more accurate.
Reported-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190506141923.12183-2-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'roms')
-rw-r--r-- | roms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roms/Makefile b/roms/Makefile index 0ce84a45ad..ea6aec56ab 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -121,8 +121,8 @@ build-efi-roms: build-pxe-roms $(patsubst %,bin-i386-efi/%.efidrv,$(pxerom_targets)) \ $(patsubst %,bin-x86_64-efi/%.efidrv,$(pxerom_targets)) -# Build scripts can pass compiler/linker flags to the EDK2 build tools -# via the EDK2_BASETOOLS_OPTFLAGS (CPPFLAGS and CFLAGS) and +# Build scripts can pass compiler/linker flags to the EDK2 +# build tools via the EDK2_BASETOOLS_OPTFLAGS (CFLAGS) and # EDK2_BASETOOLS_LDFLAGS (LDFLAGS) environment variables. # # Example: |