| /linux/arch/arm/boot/dts/ |
| H A D | Makefile | 2 subdir-y += actions 3 subdir-y += airoha 4 subdir-y += allwinner 5 subdir-y += alphascale 6 subdir-y += amazon 7 subdir-y += amlogic 8 subdir-y += arm 9 subdir-y += aspeed 10 subdir-y += axis 11 subdir-y += broadcom [all …]
|
| /linux/arch/arm64/boot/dts/ |
| H A D | Makefile | 2 subdir-y += actions 3 subdir-y += airoha 4 subdir-y += allwinner 5 subdir-y += altera 6 subdir-y += amazon 7 subdir-y += amd 8 subdir-y += amlogic 9 subdir-y += apm 10 subdir-y += apple 11 subdir-y += arm [all …]
|
| /linux/drivers/gpu/drm/amd/display/ |
| H A D | Makefile | 29 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/ 30 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/hw 31 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/clk_mgr 32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/hwss 33 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/resource 34 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/dsc 35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/optc 36 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/dpp 37 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/hubbub 38 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/dccg [all …]
|
| /linux/arch/mips/boot/dts/ |
| H A D | Makefile | 2 subdir-y += brcm 3 subdir-y += cavium-octeon 4 subdir-y += econet 5 subdir-y += mobileye 6 subdir-y += img 7 subdir-y += ingenic 8 subdir-y += lantiq 9 subdir-y += loongson 10 subdir-y += mscc 11 subdir-y += mti [all …]
|
| /linux/arch/riscv/boot/dts/ |
| H A D | Makefile | 2 subdir-y += allwinner 3 subdir-y += andes 4 subdir-y += anlogic 5 subdir-y += canaan 6 subdir-y += eswin 7 subdir-y += microchip 8 subdir-y += renesas 9 subdir-y += sifive 10 subdir-y += sophgo 11 subdir-y += spacemit [all …]
|
| /linux/samples/ |
| H A D | Makefile | 4 subdir-$(CONFIG_SAMPLE_AUXDISPLAY) += auxdisplay 5 subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs 6 subdir-$(CONFIG_SAMPLE_CHECK_EXEC) += check-exec 7 subdir-$(CONFIG_SAMPLE_CGROUP) += cgroup 11 subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw 17 subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock 19 subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd 22 subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp 23 subdir-$(CONFIG_SAMPLE_TIMER) += timers 31 subdir-$(CONFIG_SAMPLE_UHID) += uhid [all …]
|
| /linux/fs/cachefiles/ |
| H A D | namei.c | 89 struct dentry *subdir; in cachefiles_get_directory() local 100 subdir = start_creating(&nop_mnt_idmap, dir, &QSTR(dirname)); in cachefiles_get_directory() 102 subdir = ERR_PTR(ret); in cachefiles_get_directory() 103 trace_cachefiles_lookup(NULL, dir, subdir); in cachefiles_get_directory() 104 if (IS_ERR(subdir)) { in cachefiles_get_directory() 106 PTR_ERR(subdir), in cachefiles_get_directory() 108 if (PTR_ERR(subdir) == -ENOMEM) in cachefiles_get_directory() 114 subdir, d_backing_inode(subdir) ? "positive" : "negative"); in cachefiles_get_directory() 117 if (d_is_negative(subdir)) { in cachefiles_get_directory() 127 ret = security_path_mkdir(&path, subdir, 0700); in cachefiles_get_directory() [all …]
|
| /linux/scripts/ |
| H A D | Makefile.clean | 17 subdir-ymn := $(sort $(subdir-y) $(subdir-m) $(subdir-) \ 22 subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn)) 45 __clean: $(subdir-ymn) 59 PHONY += $(subdir-ymn) 60 $(subdir-ymn):
|
| H A D | Makefile.build | 21 subdir-y := 22 subdir-m := 29 subdir-asflags-y := 30 subdir-ccflags-y := 41 KBUILD_AFLAGS += $(subdir-asflags-y) 42 KBUILD_CFLAGS += $(subdir-ccflags-y) 43 KBUILD_RUSTFLAGS += $(subdir-rustflags-y) 57 subdir-ym := $(sort $(subdir-y) $(subdir-m) \ 121 subdir-ym := $(addprefix $(obj)/, $(subdir-ym)) 131 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.) [all …]
|
| H A D | Makefile | 61 subdir-$(CONFIG_GCC_PLUGINS) += gcc-plugins 62 subdir-$(CONFIG_GENKSYMS) += genksyms 63 subdir-$(CONFIG_GENDWARFKSYMS) += gendwarfksyms 64 subdir-$(CONFIG_SECURITY_SELINUX) += selinux 65 subdir-$(CONFIG_SECURITY_IPE) += ipe 68 subdir- += basic dtc gdb kconfig mod
|
| /linux/tools/build/ |
| H A D | Makefile.build | 33 subdir-y := 35 subdir-y := 36 subdir-obj-y := 139 subdir-y := $(patsubst %/,%,$(filter %/, $(obj-y))) 141 subdir-obj-y := $(filter %/$(obj)-in.o, $(obj-y)) 146 subdir-obj-y := $(addprefix $(objprefix),$(subdir-obj-y)) 155 PHONY += $(subdir-y) 157 $(subdir-y): 160 $(sort $(subdir-obj-y)): $(subdir-y) ;
|
| /linux/fs/btrfs/ |
| H A D | Makefile | 4 subdir-ccflags-y += -Wextra -Wunused -Wno-unused-parameter 5 subdir-ccflags-y += -Wmissing-declarations 6 subdir-ccflags-y += -Wmissing-format-attribute 7 subdir-ccflags-y += -Wmissing-prototypes 8 subdir-ccflags-y += -Wold-style-definition 9 subdir-ccflags-y += -Wmissing-include-dirs 16 subdir-ccflags-y += $(condflags) 18 subdir-ccflags-y += -Wno-missing-field-initializers 19 subdir-ccflags-y += -Wno-sign-compare 20 subdir-ccflags-y += -Wno-shift-negative-value
|
| /linux/arch/arm/boot/dts/nxp/ |
| H A D | Makefile | 2 subdir-y += imx 3 subdir-y += lpc 4 subdir-y += ls 5 subdir-y += mxs 6 subdir-y += vf
|
| /linux/tools/scripts/ |
| H A D | Makefile.include | 6 OUTPUT := $(ABSOLUTE_O)/$(if $(subdir),$(subdir)/) 195 $(MAKE) $(COMMAND_O) subdir=$(if $(subdir),$(subdir)/$(1),$(1)) $(PRINT_DIR) -C $(1) $(2) 209 QUIET_SUBDIR0 = +@subdir= 211 echo ' SUBDIR '$$subdir; \ 212 $(MAKE) $(PRINT_DIR) -C $$subdir 220 $(MAKE) $(COMMAND_O) subdir=$(if $(subdir),$(subdir)/$(1),$(1)) $(PRINT_DIR) -C $(1) $(2)
|
| /linux/drivers/gpu/drm/ |
| H A D | Makefile | 10 subdir-ccflags-y += -Wextra -Wunused -Wno-unused-parameter 11 subdir-ccflags-y += $(call cc-option, -Wrestrict) 12 subdir-ccflags-y += -Wmissing-format-attribute 13 subdir-ccflags-y += -Wold-style-definition 14 subdir-ccflags-y += -Wmissing-include-dirs 15 subdir-ccflags-y += $(call cc-option, -Wunused-but-set-variable) 16 subdir-ccflags-y += $(call cc-option, -Wunused-const-variable) 17 subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned) 18 subdir-ccflags-y += $(call cc-option, -Wformat-overflow) 21 subdir-ccflags-y += $(call cc-option, -Wstringop-truncation) [all …]
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | Makefile | 7 subdir-ccflags-y += -Wextra -Wunused -Wno-unused-parameter 8 subdir-ccflags-y += -Wmissing-declarations 9 subdir-ccflags-y += -Wmissing-format-attribute 10 subdir-ccflags-y += -Wmissing-prototypes 11 subdir-ccflags-y += -Wold-style-definition 12 subdir-ccflags-y += -Wmissing-include-dirs 13 subdir-ccflags-y += -Wno-sign-compare 23 subdir-ccflags-y += $(condflags)
|
| /linux/arch/arm/boot/dts/intel/ |
| H A D | Makefile | 2 subdir-y += axm 3 subdir-y += ixp 4 subdir-y += pxa 5 subdir-y += socfpga
|
| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount_test.c | 675 char subdir[PATH_MAX], tmproot[PATH_MAX]; in test_statmount_by_fd() local 689 snprintf(subdir, PATH_MAX, "%s%s", tmpdir, root); in test_statmount_by_fd() 692 if (mkdir(subdir, 0755)) { in test_statmount_by_fd() 697 if (mount(subdir, subdir, NULL, MS_BIND, 0)) { in test_statmount_by_fd() 707 fd = open(subdir, O_PATH); in test_statmount_by_fd() 775 if (strcmp(subdir, sm->str + sm->mnt_point) != 0) { in test_statmount_by_fd() 777 "statmount mnt_point: %s != %s\n", sm->str + sm->mnt_point, subdir); in test_statmount_by_fd() 798 umount2(subdir, MNT_DETACH); in test_statmount_by_fd() 799 rmdir(subdir); in test_statmount_by_fd() 809 char subdir[PATH_MAX]; in test_statmount_by_fd_unmounted() local [all …]
|
| /linux/arch/arm/boot/dts/ti/ |
| H A D | Makefile | 2 subdir-y += davinci 3 subdir-y += keystone 4 subdir-y += omap
|
| /linux/arch/arm64/boot/dts/broadcom/ |
| H A D | Makefile | 18 subdir-y += bcmbca 19 subdir-y += northstar2 20 subdir-y += stingray
|
| /linux/arch/powerpc/ |
| H A D | Kbuild | 2 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror -Wa,--fatal-warnings 3 subdir-asflags-$(CONFIG_PPC_WERROR) := -Wa,--fatal-warnings 22 subdir- += boot tools
|
| /linux/drivers/firmware/ |
| H A D | qemu_fw_cfg.c | 496 struct kset *subdir; in fw_cfg_build_symlink() local 533 subdir = kzalloc_obj(struct kset); in fw_cfg_build_symlink() 534 if (!subdir) { in fw_cfg_build_symlink() 538 subdir->kobj.kset = dir; in fw_cfg_build_symlink() 539 subdir->kobj.ktype = dir->kobj.ktype; in fw_cfg_build_symlink() 540 ret = kobject_set_name(&subdir->kobj, "%s", tok); in fw_cfg_build_symlink() 542 kfree(subdir); in fw_cfg_build_symlink() 545 ret = kset_register(subdir); in fw_cfg_build_symlink() 547 kfree(subdir); in fw_cfg_build_symlink() 552 dir = subdir; in fw_cfg_build_symlink()
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | Makefile | 7 subdir-asflags-y := -I$(incdir) 8 subdir-ccflags-y := -I$(incdir)
|
| /linux/tools/testing/selftests/exec/ |
| H A D | Makefile | 16 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir 24 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx* \ 31 $(OUTPUT)/subdir:
|
| /linux/drivers/gpu/drm/amd/ras/ |
| H A D | Makefile | 26 subdir-ccflags-y += -I$(AMD_GPU_RAS_FULL_PATH)/rascore 27 subdir-ccflags-y += -I$(AMD_GPU_RAS_FULL_PATH)/$(AMD_GPU_RAS_MGR)
|