1subdirs-y += kernel 2subdirs-y += tee 3subdirs-y += drivers 4 5ifeq ($(CFG_WITH_USER_TA)-$(CFG_REE_FS_TA),y-y) 6gensrcs-y += ta_pub_key 7produce-ta_pub_key = ta_pub_key.c 8depends-ta_pub_key = $(TA_SIGN_KEY) 9recipe-ta_pub_key = scripts/pem_to_pub_c.py --prefix ta_pub_key \ 10 --key $(TA_SIGN_KEY) --out $(sub-dir-out)/ta_pub_key.c 11cleanfiles += $(sub-dir-out)/ta_pub_key.c 12endif 13