summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-03-07 10:34:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-10 11:20:12 +0100
commit964a52bc45eb95937a8123fe82f022061c066f99 (patch)
tree90e8156325f70dc1a36d2fc1158a78d8410d1d5e /drivers/Makefile
parenta60135d20d268a467bef8a2c15e52560a7825a9e (diff)
downloadbarebox-964a52bc45eb95937a8123fe82f022061c066f99.tar.gz
drivers: implement of_optee_fixup helper function
This function can be called by board-code after checking whether OP-TEE was installed or not. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230307093426.1551193-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 10ec145be5..be2f736eb1 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -47,3 +47,4 @@ obj-y += ddr/
obj-y += power/
obj-$(CONFIG_SOUND) += sound/
obj-y += virtio/
+obj-$(CONFIG_HAVE_OPTEE) += tee/optee/of.o