mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00
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>
This commit is contained in:
parent
f228049297
commit
512f092da2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
asflags-y += -DHOST_ARCH="$(HOST_ARCH)"
|
asflags-y += -DHOST_ARCH="$(HOST_ARCH)"
|
||||||
ccflags-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_REMOVE_dtbdump.o := $(CFLAGS_NON_EFI)
|
||||||
CFLAGS_efi_selftest_miniapp_exit.o := $(CFLAGS_EFI) -Os -ffreestanding
|
CFLAGS_efi_selftest_miniapp_exit.o := $(CFLAGS_EFI) -Os -ffreestanding
|
||||||
CFLAGS_REMOVE_efi_selftest_miniapp_exit.o := $(CFLAGS_NON_EFI)
|
CFLAGS_REMOVE_efi_selftest_miniapp_exit.o := $(CFLAGS_NON_EFI)
|
||||||
|
|
Loading…
Add table
Reference in a new issue