X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ffreescale%2Fcommon%2FMakefile;h=87d05780fe08701d6a36fa0f6b146b791c0fc35c;hb=7c0e5d865ff0b86dfce492b656238919c659d756;hp=14af660087c66d50eacd492d0032a0a88a6d5f36;hpb=bd5053ffa5b8162257537bdb79ba829372423096;p=u-boot diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 14af660087..87d05780fe 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -72,4 +72,9 @@ obj-$(CONFIG_P5020DS) += p_corenet/ obj-$(CONFIG_P5040DS) += p_corenet/ obj-$(CONFIG_LS102XA_NS_ACCESS) += ns_access.o + +ifdef CONFIG_SECURE_BOOT +obj-$(CONFIG_CMD_ESBC_VALIDATE) += fsl_validate.o cmd_esbc_validate.o +endif + endif