Searched refs:lib (Results 1 - 25 of 730) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/sgx/
H A DMakefile3 include ../lib.mk
/linux-master/tools/testing/selftests/
H A Dlib.mk33 $(error Specify CROSS_COMPILE or add '--target=' option to lib.mk)
52 selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST))))
82 # The following are built by lib.mk common compile rules.
H A DMakefile48 TARGETS += lib
121 # Networking tests want the net/lib target, include it automatically
123 ifeq ($(filter net/lib,$(TARGETS)),)
124 INSTALL_DEP_TARGETS := net/lib
153 # by selftests Makefile or lib.mk.
241 # Avoid changing the rest of the logic here and lib.mk.
/linux-master/fs/xfs/
H A Dxfs_trans.c876 struct xfs_log_item *lib = container_of(b, local
884 if (!lia->li_ops->iop_sort && !lib->li_ops->iop_sort)
888 if (!lib->li_ops->iop_sort)
891 diff = lia->li_ops->iop_sort(lia) - lib->li_ops->iop_sort(lib);
/linux-master/arch/x86/
H A DMakefile252 libs-y += arch/x86/lib/
/linux-master/arch/sparc/
H A DMakefile60 libs-y += arch/sparc/lib/
/linux-master/arch/parisc/
H A DMakefile120 libs-y += arch/parisc/lib/ $(LIBGCC)
/linux-master/tools/testing/selftests/ring-buffer/
H A DMakefile8 include ../lib.mk
/linux-master/tools/testing/selftests/net/
H A Dxfrm_policy.sh21 source lib.sh
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlocal_termination.sh10 source lib.sh
H A Dbridge_igmp.sh35 source lib.sh
H A Dbridge_mld.sh65 source lib.sh
/linux-master/tools/testing/selftests/mm/
H A DMakefile124 include ../lib.mk
/linux-master/tools/testing/selftests/damon/
H A DMakefile27 include ../lib.mk
/linux-master/scripts/kconfig/
H A DMakefile24 /lib/modules/$(kernel-release)/.config \
/linux-master/scripts/
H A DMakefile.vmlinux10 include $(srctree)/scripts/Makefile.lib
H A DMakefile.modfinal13 include $(srctree)/scripts/Makefile.lib
H A DMakefile.lib20 # Libraries are always collected in one lib file.
22 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
103 lib-y := $(addprefix $(obj)/,$(lib-y))
225 part-of-builtin = $(if $(filter $(basename $@).o, $(real-obj-y) $(lib-y)),y)
H A DMakefile.build16 lib-y :=
17 lib-m :=
42 include $(srctree)/scripts/Makefile.lib
78 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),)
79 targets-for-builtin += $(obj)/lib.a
366 targets += $(real-dtb-y) $(lib-y) $(always-y)
429 $(obj)/lib.a: $(lib
[all...]
/linux-master/samples/hid/
H A DMakefile13 LIBBPF_SRC = $(TOOLS_PATH)/lib/bpf
54 TPROGS_LDFLAGS := -L$(SYSROOT)/usr/lib
/linux-master/samples/bpf/
H A DMakefile51 LIBBPF_SRC = $(TOOLS_PATH)/lib/bpf
184 TPROGS_CFLAGS += -I$(srctree)/tools/lib
189 TPROGS_LDFLAGS := -L$(SYSROOT)/usr/lib
/linux-master/rust/
H A DMakefile45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library
104 rustdoc-macros: $(src)/macros/lib.rs FORCE
108 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs FORCE
120 rustdoc-alloc: $(RUST_LIB_SRC)/alloc/src/lib.rs rustdoc-core rustdoc-compiler_builtins FORCE
126 rustdoc-kernel: $(src)/kernel/lib.rs rustdoc-core rustdoc-macros \
147 rusttestlib-macros: $(src)/macros/lib.rs rusttest-prepare FORCE
150 rusttestlib-bindings: $(src)/bindings/lib.rs rusttest-prepare FORCE
153 rusttestlib-uapi: $(src)/uapi/lib.rs rusttest-prepare FORCE
182 $(src)/kernel/lib.rs $(obj)/kernel.o \
241 rm $(objtree)/$(obj)/test/sysroot/lib/rustli
[all...]
/linux-master/lib/
H A DMakefile30 lib-y := ctype.o string.o vsprintf.o cmdline.o \
39 lib-$(CONFIG_PRINTK) += dump_stack.o
40 lib-$(CONFIG_SMP) += cpumask.o
42 lib-y += kobject.o klist.o
159 lib-y += logic_pio.o
161 lib-$(CONFIG_INDIRECT_IOMEM) += logic_iomem.o
209 lib-$(CONFIG_DECOMPRESS_GZIP) += decompress_inflate.o
210 lib-$(CONFIG_DECOMPRESS_BZIP2) += decompress_bunzip2.o
211 lib-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o
212 lib
[all...]
/linux-master/fs/proc/
H A Dtask_mmu.c35 unsigned long text, lib, swap, anon, file, shmem; local
56 /* split executable areas between text and lib */
59 lib = (mm->exec_vm << PAGE_SHIFT) - text;
76 " kB\nVmLib:\t", lib >> 10, 8);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A DMakefile5 iwldvm-objs += lib.o calib.o tt.o sta.o rx.o

Completed in 391 milliseconds

1234567891011>>