forked from OERV-BSP/u-boot
The generic name 'EFI' would be more useful for common EFI features. At present it just refers to the EFI app and stub, which is confusing. Rename it to EFI_CLIENT Signed-off-by: Simon Glass <sjg@chromium.org>
11 lines
167 B
Makefile
11 lines
167 B
Makefile
#
|
|
# (C) Copyright 2016 Google, Inc
|
|
# Written by Simon Glass <sjg@chromium.org>
|
|
#
|
|
|
|
obj-y += cpu.o interrupts.o setjmp.o
|
|
|
|
ifndef CONFIG_EFI_CLIENT
|
|
obj-y += misc.o
|
|
endif
|