commit | a9af33052cee365ee17c03c167b61780a08f4acd | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@neptun.(none)> | Sun Sep 30 20:08:25 2007 +0200 |
committer | Sam Ravnborg <sam@neptun.(none)> | Fri Oct 12 21:20:32 2007 +0200 |
tree | d266a80a02d73c4b385c896ded1477252a07bbcf | |
parent | 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 [diff] |
kbuild: fix documentation in makefiles.txt Small error had sneaked in with respect to use of LDFLAGS_$@. LDFLAGS_$@ is not valid in normal kbuild files so do not say so. Fix a reference bug too. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>