Home
last modified time | relevance | path

Searched refs:TMPO (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/
DKbuild.include91 TMPO="$(TMPOUT).$$$$.o"; \
96 rm -f "$$TMP" "$$TMPO")
150 $(CC) -x c /dev/null -c -o "$$TMPO" ; $(LD) $(1) "$$TMPO" -o "$$TMP",$(1),$(2))
/linux-4.1.27/arch/x86/
DMakefile122 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
123 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)