Lines Matching refs:uuid
19 all: $(link-out-dir$(sm))/$(user-ta-uuid).dmp \
20 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
21 $(link-out-dir$(sm))/$(user-ta-uuid).ta
22 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).elf
23 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).dmp
24 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).map
25 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf
26 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).ta
31 link-ldflags += -Map=$(link-out-dir$(sm))/$(user-ta-uuid).map
66 ldargs-$(user-ta-uuid).elf := $(link-ldflags) $(objs) $(link-ldadd) \
86 $(link-out-dir$(sm))/$(user-ta-uuid).elf: $(objs) $(libdeps) \
92 $(q)$(LD$(sm)) $(ldargs-$(user-ta-uuid).elf) -o $$@
94 $(link-out-dir$(sm))/$(user-ta-uuid).dmp: \
95 $(link-out-dir$(sm))/$(user-ta-uuid).elf
99 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf: \
100 $(link-out-dir$(sm))/$(user-ta-uuid).elf
104 cmd-echo$(user-ta-uuid) := SIGN #
106 crypt-args$(user-ta-uuid) := --enc-key $(TA_ENC_KEY)
107 cmd-echo$(user-ta-uuid) := SIGNENC
109 $(link-out-dir$(sm))/$(user-ta-uuid).ta: \
110 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
115 $$(crypt-args$(user-ta-uuid)) \
116 --uuid $(user-ta-uuid) --ta-version $(user-ta-version) \