Lines Matching refs:uuid
20 all: $(link-out-dir$(sm))/$(user-ta-uuid).dmp \
21 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
22 $(link-out-dir$(sm))/$(user-ta-uuid).ta
23 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).elf
24 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).dmp
25 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).map
26 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf
27 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).ta
32 link-ldflags += -Map=$(link-out-dir$(sm))/$(user-ta-uuid).map
75 ldargs-$(user-ta-uuid).elf := $(link-ldflags) $(objs) $(link-ldadd) \
95 $(link-out-dir$(sm))/$(user-ta-uuid).elf: $(objs) $(libdeps) \
101 $(q)$(LD$(sm)) $(ldargs-$(user-ta-uuid).elf) -o $$@
103 $(link-out-dir$(sm))/$(user-ta-uuid).dmp: \
104 $(link-out-dir$(sm))/$(user-ta-uuid).elf
108 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf: \
109 $(link-out-dir$(sm))/$(user-ta-uuid).elf
113 cmd-echo$(user-ta-uuid) := SIGN #
115 crypt-args$(user-ta-uuid) := --enc-key $(TA_ENC_KEY)
116 cmd-echo$(user-ta-uuid) := SIGNENC
118 $(link-out-dir$(sm))/$(user-ta-uuid).ta: \
119 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
124 $$(crypt-args$(user-ta-uuid)) \
125 --uuid $(user-ta-uuid) --ta-version $(user-ta-version) \