Lines Matching refs:subdir
319 Kbuild also supports dedicated syntax, subdir-y and subdir-m, for
327 subdir-$(CONFIG_GCC_PLUGINS) += gcc-plugins
328 subdir-$(CONFIG_MODVERSIONS) += genksyms
329 subdir-$(CONFIG_SECURITY_SELINUX) += selinux
331 Unlike obj-y/m, subdir-y/m does not need the trailing slash since this
428 subdir-ccflags-y, subdir-asflags-y
430 The difference is that the subdir- variants have effect for the kbuild
432 Options specified using subdir-* are added to the commandline before
433 the options specified using the non-subdir variants.
437 subdir-ccflags-y := -Werror
1051 subdir- := compressed
1067 the subdir- trick to descend further down.
1069 Note 1: arch/$(SRCARCH)/Makefile cannot use "subdir-", because that file is