summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-02-18 07:34:44 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-02-21 09:21:35 +0100
commit512f092da2bae4dd1fb72801a6bcfe1c5e7c3044 (patch)
tree35306e9d67f1564a67b143813a97a571b15b7a6c /lib
parentf2280492974311ba0f1ed14398b57a8db67e3022 (diff)
downloadu-boot-512f092da2bae4dd1fb72801a6bcfe1c5e7c3044.tar.gz
u-boot-512f092da2bae4dd1fb72801a6bcfe1c5e7c3044.tar.xz
u-boot-512f092da2bae4dd1fb72801a6bcfe1c5e7c3044.zip
efi_selftest: compiler flags for dtbdump.o
Fix a typo. Apply the correct compiler flags to dtbdump.o. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_selftest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile
index 7d6ea30102..b02fd56e0a 100644
--- a/lib/efi_selftest/Makefile
+++ b/lib/efi_selftest/Makefile
@@ -8,7 +8,7 @@
asflags-y += -DHOST_ARCH="$(HOST_ARCH)"
ccflags-y += -DHOST_ARCH="$(HOST_ARCH)"
-CFLAGS_dtbdump_exit.o := $(CFLAGS_EFI) -Os -ffreestanding
+CFLAGS_dtbdump.o := $(CFLAGS_EFI) -Os -ffreestanding
CFLAGS_REMOVE_dtbdump.o := $(CFLAGS_NON_EFI)
CFLAGS_efi_selftest_miniapp_exit.o := $(CFLAGS_EFI) -Os -ffreestanding
CFLAGS_REMOVE_efi_selftest_miniapp_exit.o := $(CFLAGS_NON_EFI)