diff options
| author | AKASHI Takahiro <[email protected]> | 2022-02-09 19:10:34 +0900 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-02-11 20:07:55 +0100 |
| commit | 9af16cc8f1ad8144db6d70ea65a51e4ef1398397 (patch) | |
| tree | 1dd44f21a6c1509784040ba32809bdefbc9201f7 /tools/Makefile | |
| parent | 9ebfc6ba5b2b136932076c73ec8c14350365a0ac (diff) | |
tools: build mkeficapsule with tools-only_defconfig
Add CONFIG_TOOLS_MKEFICAPSULE. Then we want to always build mkeficapsule
if tools-only_defconfig is used.
Signed-off-by: AKASHI Takahiro <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 1763f44cac4..766c0674f4a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -238,8 +238,7 @@ hostprogs-$(CONFIG_MIPS) += mips-relocs hostprogs-$(CONFIG_ASN1_COMPILER) += asn1_compiler HOSTCFLAGS_asn1_compiler.o = -idirafter $(srctree)/include -mkeficapsule-objs := mkeficapsule.o $(LIBFDT_OBJS) -hostprogs-$(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) += mkeficapsule +hostprogs-$(CONFIG_TOOLS_MKEFICAPSULE) += mkeficapsule # We build some files with extra pedantic flags to try to minimize things # that won't build on some weird host compiler -- though there are lots of |
