Lines Matching refs:lib
14 --- 3.5 Library file goals - lib-y
231 --- 3.5 Library file goals - lib-y
236 be included in a library, lib.a.
237 All objects listed with lib-y are combined in a single
240 lib-y will not be included in the library, since they will
242 For consistency, objects listed in lib-m will be included in lib.a.
246 may contain both a built-in.o and a lib.a file.
249 #arch/x86/lib/Makefile
250 lib-y := delay.o
252 This will create a library lib.a based on delay.o. For kbuild to
253 actually recognize that there is a lib.a being built, the directory
257 Use of lib-y is normally restricted to lib/ and arch/*/lib.
692 HOSTLOADLIBES_qconf := -L$(QTDIR)/lib
695 "-L$(QTDIR)/lib".
755 #lib/Makefile
1003 $(libs-y) lists directories where a lib.a archive can be located.
1017 libs-y += arch/sparc64/prom/ arch/sparc64/lib/
1373 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may