1
0
Fork 0

kbuild: Fix a typo in documentation

Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
hifive-unleashed-5.1
Warren Turkal 2014-06-08 22:19:29 -07:00 committed by Michal Marek
parent bb66fc6719
commit 4be7f0a30b
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ build.
Sometimes, an external module uses exported symbols from
another external module. kbuild needs to have full knowledge of
all symbols to avoid spliitting out warnings about undefined
all symbols to avoid spitting out warnings about undefined
symbols. Three solutions exist for this situation.
NOTE: The method with a top-level kbuild file is recommended