Searched refs:obj (Results 1 – 2 of 2) sorted by relevance
28 obj-y += foo.o38 obj-$(CONFIG_FOO) += foo.o52 To do so, obj-y is used.60 obj-$(CONFIG_ACPI) += acpi/63 the corresponding obj- variable will be set, and the build system139 $(obj)/setup $(obj)/bootsect: %: %.o FORCE
81 obj="$(printf "%s:SUPPORT.md" "$commitish")"82 exists="$(printf "%s" "$obj" | git cat-file --batch-check)"89 git cat-file blob "$obj" >"$tmp_mdfile"
Completed in 30 milliseconds