Home
last modified time | relevance | path

Searched refs:srctree (Results 201 – 225 of 452) sorted by relevance

12345678910>>...19

/openbmc/linux/arch/um/kernel/
H A DMakefile32 include $(srctree)/arch/um/scripts/Makefile.rules
50 cmd_mkcapflags = $(CONFIG_SHELL) $(srctree)/$(src)/../../x86/kernel/cpu/mkcapflags.sh $@ $^
/openbmc/linux/arch/arm64/kernel/vdso/
H A DMakefile10 include $(srctree)/lib/vdso/Makefile
71 gen-vdsosym := $(srctree)/$(src)/gen_vdso_offsets.sh
/openbmc/linux/drivers/usb/gadget/function/
H A DMakefile6 ccflags-y := -I$(srctree)/drivers/usb/gadget/
7 ccflags-y += -I$(srctree)/drivers/usb/gadget/udc/
/openbmc/linux/drivers/staging/rtl8723bs/
H A DMakefile65 ccflags-y += -I$(srctree)/$(src)/include -I$(srctree)/$(src)/hal
/openbmc/linux/arch/csky/kernel/vdso/
H A DMakefile4 include $(srctree)/lib/vdso/Makefile
60 cmd_so2s = $(NM) -D $< | $(srctree)/$(src)/so2s.sh > $@
/openbmc/linux/arch/riscv/kernel/vdso/
H A DMakefile5 include $(srctree)/lib/vdso/Makefile
62 gen-vdsosym := $(srctree)/$(src)/gen_vdso_offsets.sh
/openbmc/linux/drivers/firmware/efi/libstub/
H A DMakefile34 cflags-$(CONFIG_EFI_PARAMS_FROM_FDT) += -I$(srctree)/scripts/dtc/libfdt
38 -include $(srctree)/include/linux/hidden.h \
82 $(obj)/lib-%.o: $(srctree)/lib/%.c FORCE
/openbmc/linux/arch/powerpc/kernel/vdso/
H A DMakefile6 include $(srctree)/lib/vdso/Makefile
93 gen-vdso32sym := $(srctree)/$(src)/gen_vdso32_offsets.sh
96 gen-vdso64sym := $(srctree)/$(src)/gen_vdso64_offsets.sh
/openbmc/linux/arch/x86/boot/
H A DMakefile54 HOST_EXTRACFLAGS += -I$(srctree)/tools/include \
70 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
132 cmd_genimage = $(BASH) $(srctree)/$(src)/genimage.sh $2 $3 $(obj)/bzImage \
/openbmc/linux/scripts/
H A DKconfig.include44 cc-info := $(shell,$(srctree)/scripts/cc-version.sh $(CC))
50 as-info := $(shell,$(srctree)/scripts/as-version.sh $(CC) $(CLANG_FLAGS))
56 ld-info := $(shell,$(srctree)/scripts/ld-version.sh $(LD))
H A DMakefile.modpost39 include $(srctree)/scripts/Kbuild.include
97 ksym-wl := $(if $(filter-out /%, $(ksym-wl)),$(srctree)/)$(ksym-wl)
/openbmc/linux/tools/perf/
H A DMakefile.config4 src-perf := $(srctree)/tools/perf
27 include $(srctree)/tools/scripts/Makefile.arch
201 FEATURE_CHECK_CFLAGS-bpf = -I. -I$(srctree)/tools/include -I$(srctree)/tools/arch/$(SRCARCH)/includ…
209 include $(srctree)/tools/scripts/utilities.mak
357 include $(srctree)/tools/build/Makefile.feature
374 INC_FLAGS += -I$(srctree)/tools/include/
375 INC_FLAGS += -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi
376 INC_FLAGS += -I$(srctree)/tools/include/uapi
377 INC_FLAGS += -I$(srctree)/tools/arch/$(SRCARCH)/include/
378 INC_FLAGS += -I$(srctree)/tools/arch/$(SRCARCH)/
[all …]
/openbmc/linux/tools/perf/tests/
H A Dmake48 ifeq ($(srctree),)
49 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
50 srctree := $(patsubst %/,%,$(dir $(srctree)))
51 #$(info Determined 'srctree' to be $(srctree))
54 include $(srctree)/tools/scripts/Makefile.arch
/openbmc/linux/certs/
H A DMakefile16 $(AWK) -f $(srctree)/$(src)/check-blacklist-hashes.awk $(CONFIG_SYSTEM_BLACKLIST_HASH_LIST) >&2; \
58 cmd_copy_x509_config = cat $(srctree)/$(src)/default_x509.genkey > $@
/openbmc/linux/arch/x86/lib/
H A DMakefile17 inat_tables_script = $(srctree)/arch/x86/tools/gen-insn-attr-x86.awk
18 inat_tables_maps = $(srctree)/arch/x86/lib/x86-opcode-map.txt
/openbmc/linux/arch/x86/purgatory/
H A DMakefile9 $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
12 $(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
/openbmc/linux/arch/s390/kernel/vdso32/
H A DMakefile7 include $(srctree)/lib/vdso/Makefile
67 gen-vdsosym := $(srctree)/$(src)/gen_vdso_offsets.sh
/openbmc/linux/arch/x86/kvm/
H A DMakefile3 ccflags-y += -I $(srctree)/arch/x86/kvm
10 include $(srctree)/virt/kvm/Makefile.kvm
/openbmc/linux/drivers/media/usb/dvb-usb/
H A DMakefile83 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends/
85 ccflags-y += -I$(srctree)/drivers/media/tuners
86 ccflags-y += -I$(srctree)/drivers/media/common
/openbmc/linux/scripts/package/
H A Dgen-diff-patch11 [ -z "$(git -C "${srctree:-.}" ls-files --other --exclude-standard | head -n1)" ]; then
/openbmc/linux/drivers/media/mmc/siano/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/media/common/siano
/openbmc/linux/drivers/media/pci/pluto2/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/
/openbmc/linux/drivers/media/pci/dm1105/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
/openbmc/linux/arch/loongarch/vdso/
H A DMakefile9 include $(srctree)/lib/vdso/Makefile
54 gen-vdsosym := $(srctree)/$(src)/gen_vdso_offsets.sh
/openbmc/linux/arch/csky/boot/dts/
H A DMakefile2 dtstree := $(srctree)/$(src)

12345678910>>...19