Home
last modified time | relevance | path

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

/docs/misc/xen-makefiles/
A Dmakefiles.rst28 obj-y += foo.o
38 obj-$(CONFIG_FOO) += foo.o
52 To do so, obj-y is used.
60 obj-$(CONFIG_ACPI) += acpi/
63 the corresponding obj- variable will be set, and the build system
139 $(obj)/setup $(obj)/bootsect: %: %.o FORCE
/docs/
A Dsupport-matrix-generate81 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