summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2020-01-28 06:38:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-01-28 10:22:27 +0100
commitc3474d0f77324a15c503551dc79fdf2ef891876f (patch)
treeadb1cf5276c21735fc9b80d9c8bd36663a8a779b /common/Makefile
parentee8960aec018df2ded4ac28776243bda0b633d67 (diff)
downloadbarebox-c3474d0f77324a15c503551dc79fdf2ef891876f.tar.gz
barebox-c3474d0f77324a15c503551dc79fdf2ef891876f.tar.xz
optee: move optee_verify_header() to common
Subsequent patches will use this to verify the header in the PBL, move it to common to make it potentially available for both. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 11c91dd016..c86db71920 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -67,6 +67,7 @@ obj-$(CONFIG_BAREBOX_UPDATE_IMX_NAND_FCB) += imx-bbu-nand-fcb.o
obj-$(CONFIG_BOOT) += boot.o
obj-$(CONFIG_SERIAL_DEV_BUS) += serdev.o
obj-$(CONFIG_USBGADGET_START) += usbgadget.o
+obj-$(CONFIG_BOOTM_OPTEE) += optee.o
ifdef CONFIG_PASSWORD