Searched refs:Makefile (Results 1 – 25 of 147) sorted by relevance
123456
/Linux-v4.19/tools/usb/usbip/ |
D | .gitignore | 1 Makefile 2 Makefile.in 15 libsrc/Makefile 16 libsrc/Makefile.in 20 src/Makefile 21 src/Makefile.in
|
/Linux-v4.19/scripts/ |
D | mkmakefile | 14 test ! -r $2/Makefile -o -O $2/Makefile || exit 0 17 if test -e $2/Makefile && ! grep -q Automatically $2/Makefile 25 cat << EOF > $2/Makefile
|
D | Makefile.modpost | 55 $(KBUILD_EXTMOD)/Kbuild, $(KBUILD_EXTMOD)/Makefile) 58 include scripts/Makefile.lib 118 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
|
D | Makefile.modbuiltin | 25 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile) 28 include scripts/Makefile.lib
|
D | Kbuild.include | 47 # version.h : Makefile 181 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj= 184 build := -f $(srctree)/scripts/Makefile.build obj 187 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj= 190 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj 193 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj= 196 dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj 199 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj= 202 clean := -f $(srctree)/scripts/Makefile.clean obj 205 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.headersinst obj= [all …]
|
/Linux-v4.19/tools/power/cpupower/utils/ |
D | version-gen.sh | 26 eval $(grep '^VERSION[[:space:]]*=' ../../../Makefile|tr -d ' ') 27 eval $(grep '^PATCHLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ') 28 eval $(grep '^SUBLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ') 29 eval $(grep '^EXTRAVERSION[[:space:]]*=' ../../../Makefile|tr -d ' ')
|
/Linux-v4.19/tools/perf/Documentation/ |
D | Build.txt | 13 - Makefile 14 top level Makefile working as a wrapper that calls the main 15 Makefile.perf with a -j option to do parallel builds. 17 - Makefile.perf 21 - tools/build/Makefile.build 36 The Makefile.perf triggers the build framework for build objects:
|
/Linux-v4.19/Documentation/kbuild/ |
D | makefiles.txt | 53 === 9 Makefile language 61 Makefile the top Makefile. 63 arch/$(ARCH)/Makefile the arch Makefile. 64 scripts/Makefile.* common rules etc. for all kbuild Makefiles. 67 The top Makefile reads the .config file, which comes from the kernel 70 The top Makefile is responsible for building two major products: vmlinux 75 configuration. The top Makefile textually includes an arch Makefile 76 with the name arch/$(ARCH)/Makefile. The arch Makefile supplies 77 architecture-specific information to the top Makefile. 79 Each subdirectory has a kbuild Makefile which carries out the commands [all …]
|
/Linux-v4.19/tools/perf/tests/ |
D | make | 1 include ../scripts/Makefile.include 7 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile 8 @echo "Testing Makefile.perf"; $(MAKE) -sf tests/make MK=Makefile.perf SET_PARALLEL=1 SET_O=1 10 # run only specific test over 'Makefile' 12 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile $@ 38 # As per kernel Makefile, avoid funny character set dependencies 50 include $(srctree)/tools/scripts/Makefile.arch 115 # Makefile because we detect clean target in Makefile.perf and 117 ifeq ($(MK),Makefile)
|
/Linux-v4.19/tools/build/Documentation/ |
D | Build.txt | 21 Makefile.build 24 'Makefile.build' file is the makefile used from the outside. It's 27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT) 83 $ make -f tools/build/Makefile.build dir=. obj=ex 84 $ make -f tools/build/Makefile.build dir=. obj=libex 101 Makefile.include 104 The tools/build/Makefile.include makefile could be included 110 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 119 The Makefile.include file adds the fixdep target, that could be
|
/Linux-v4.19/tools/power/acpi/tools/ec/ |
D | Makefile | 11 include ../../Makefile.config 17 include ../../Makefile.rules
|
/Linux-v4.19/tools/power/acpi/tools/acpidbg/ |
D | Makefile | 11 include ../../Makefile.config 25 include ../../Makefile.rules
|
/Linux-v4.19/security/apparmor/ |
D | Makefile | 101 $(src)/Makefile 104 $(src)/Makefile 108 $(src)/Makefile
|
/Linux-v4.19/tools/objtool/ |
D | Makefile | 2 include ../scripts/Makefile.include 3 include ../scripts/Makefile.arch 43 include $(srctree)/tools/build/Makefile.include
|
/Linux-v4.19/ |
D | Makefile | 125 $(CURDIR)/Makefile Makefile: ; target 141 $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make 147 -f $(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS)) 288 $(MAKE) -f $(srctree)/Makefile $$i; \ 532 include arch/$(SRCARCH)/Makefile 619 include arch/$(SRCARCH)/Makefile 635 $(Q)$(MAKE) -f $(srctree)/Makefile syncconfig 677 include scripts/Makefile.kcov 678 include scripts/Makefile.gcc-plugins 844 include scripts/Makefile.kasan [all …]
|
/Linux-v4.19/arch/um/ |
D | Makefile | 46 include $(ARCH_DIR)/Makefile-skas 47 include $(HOST_DIR)/Makefile.um 81 include $(ARCH_DIR)/Makefile-os-$(OS) 117 $(Q)$(MAKE) -f $(srctree)/Makefile ARCH=$(HEADER_ARCH) asm-generic archheaders
|
/Linux-v4.19/tools/perf/ |
D | Makefile.perf | 1 include ../scripts/Makefile.include 197 include $(srctree)/tools/build/Makefile.include 206 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals) 225 include Makefile.config 229 include $(srctree)/tools/scripts/Makefile.arch 230 -include arch/$(SRCARCH)/Makefile 504 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 510 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=pmu-events obj=jevents 516 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=pmu-events obj=pmu-events 585 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ [all …]
|
D | Makefile | 103 …@$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-director… 112 .PHONY: tags TAGS FORCE Makefile
|
/Linux-v4.19/kernel/debug/kdb/ |
D | Makefile | 22 $(filter-out %/Makefile,$^) > $@# 24 $(obj)/gen-kdb_cmds.c: $(src)/kdb_cmds $(src)/Makefile
|
/Linux-v4.19/tools/build/tests/ex/ |
D | Makefile | 9 include $(srctree)/tools/build/Makefile.include 15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
|
/Linux-v4.19/tools/power/acpi/tools/acpidump/ |
D | Makefile | 11 include ../../Makefile.config 49 include ../../Makefile.rules
|
/Linux-v4.19/tools/build/ |
D | Makefile | 7 include $(srctree)/tools//scripts/Makefile.include 33 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
|
/Linux-v4.19/tools/bpf/bpftool/Documentation/ |
D | Makefile | 1 include ../../../scripts/Makefile.include 19 include ../../Makefile.helpers
|
/Linux-v4.19/drivers/staging/fbtft/ |
D | README | 17 Add to drivers/video/fbdev/Makefile: obj-y += fbtft/ 24 Add to drivers/video/Makefile: obj-y += fbtft/
|
/Linux-v4.19/tools/lib/subcmd/ |
D | Makefile | 2 include ../../scripts/Makefile.include 47 include $(srctree)/tools/build/Makefile.include
|
123456