X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Fkbuild%2Fmakefiles.txt;h=71c602d61680d422694a81c08b0cd4f802e18e7c;hb=64ffc9ff424c65adcffe7d590018cc75e2d5d42a;hp=01351554df60eb88e1589eacabd988ad20ca74e4;hpb=fb994ecc2b1c214951366c2ba5d8b121f0010d1f;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index 01351554df60..71c602d61680 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt @@ -320,7 +320,7 @@ more details, with real examples. subdir-ccflags-y, subdir-asflags-y The two flags listed above are similar to ccflags-y and as-falgs-y. The difference is that the subdir- variants has effect for the kbuild - file where they are present and all subdirectories. + file where tey are present and all subdirectories. Options specified using subdir-* are added to the commandline before the options specified using the non-subdir variants.