Lines Matching full:foo*
90 obj-y += foo.o
93 foo.o. foo.o will be built from foo.c or foo.S.
95 If foo.o shall be built as a module, the variable obj-m is used.
100 obj-$(CONFIG_FOO) += foo.o
617 cflags-$(call gcc-min-version, 70100) := -foo
619 In this example, cflags-y will be assigned the value -foo if $(CC) is gcc and
628 cflags-$(call clang-min-version, 110000) := -foo
630 In this example, cflags-y will be assigned the value -foo if $(CC) is clang