···316316 #arch/m68k/fpsp040/Makefile317317 ldflags-y := -x318318319319+ subdir-ccflags-y, subdir-asflags-y320320+ The two flags listed above are similar to ccflags-y and as-falgs-y.321321+ The difference is that the subdir- variants has effect for the kbuild322322+ file where tey are present and all subdirectories.323323+ Options specified using subdir-* are added to the commandline before324324+ the options specified using the non-subdir variants.325325+326326+ Example:327327+ subdir-ccflags-y := -Werror328328+319329 CFLAGS_$@, AFLAGS_$@320330321331 CFLAGS_$@ and AFLAGS_$@ only apply to commands in current