Home
last modified time | relevance | path

Searched refs:shell (Results 151 - 175 of 569) sorted by relevance

12345678910>>...23

/kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/
H A DMakefile9 TEST_GEN_PROGS = $(patsubst %,$(OUTPUT)/%.sh,$(shell awk '{print $$1}' tests.txt | sed -e 's/\#//'))
/kernel/linux/linux-6.6/tools/testing/selftests/sched/
H A DMakefile3 ifneq ($(shell $(CC) --version 2>&1 | head -n 1 | grep clang),)
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile3 UNAME_M := $(shell uname -m)
/kernel/liteos_a/security/
H A DMakefile32 MODULE_NAME := $(notdir $(shell pwd))
/kernel/liteos_a/shell/
H A DMakefile32 MODULE_NAME := $(notdir $(shell pwd))
/kernel/liteos_a/apps/tftp/
H A DMakefile32 APP_NAME := $(notdir $(shell pwd))
/kernel/liteos_a/apps/shell/
H A DMakefile32 APP_NAME := $(notdir $(shell pwd))
/kernel/linux/linux-5.10/arch/arc/
H A DMakefile20 tune-mcpu := $(shell echo $(CONFIG_ARC_TUNE_MCPU))
76 LIBGCC = $(shell $(CC) $(cflags-y) --print-libgcc-file-name)
/kernel/linux/linux-5.10/arch/um/drivers/
H A DMakefile21 LDFLAGS_pcap.o = $(shell $(CC) $(KBUILD_CFLAGS) -print-file-name=libpcap.a)
23 LDFLAGS_vde.o = $(shell $(CC) $(CFLAGS) -print-file-name=libvdeplug.a)
/kernel/linux/linux-5.10/arch/um/
H A DMakefile11 ifeq ($(shell uname -m),x86_64)
21 OS := $(shell uname -s)
/kernel/linux/linux-6.6/arch/um/drivers/
H A DMakefile23 LDFLAGS_pcap.o = $(shell $(CC) $(KBUILD_CFLAGS) -print-file-name=libpcap.a)
25 LDFLAGS_vde.o = $(shell $(CC) $(CFLAGS) -print-file-name=libvdeplug.a)
/kernel/linux/linux-5.10/tools/lib/lockdep/
H A DMakefile5 LIBLOCKDEP_VERSION=$(shell make --no-print-directory -sC ../../.. kernelversion)
105 $(CC) $(LDFLAGS) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -sf $(@F) $(@D)/liblockdep.so))
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A DMakefile67 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null)
68 LIBELF_LIBS := $(shell $(HOSTPKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf)
/kernel/linux/linux-5.10/arch/csky/boot/
H A DMakefile21 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/kernel/linux/linux-6.6/arch/csky/boot/
H A DMakefile20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
H A DMakefile12 mte_cc_support := $(shell if ($(CC) $(CFLAGS) -E -x c /dev/null -o /dev/null 2>&1) then echo "1"; fi)
/kernel/linux/linux-5.10/tools/perf/arch/arm64/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-5.10/tools/perf/arch/loongarch/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-5.10/tools/perf/arch/x86/
H A DMakefile19 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/s390/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/mips/
H A DMakefile14 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/arm64/
H A DMakefile21 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/
H A DMakefile22 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/x86/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')

Completed in 5 milliseconds

12345678910>>...23