Skip to content

Commit

Permalink
kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in Documentation
Browse files Browse the repository at this point in the history
The text always mentions ...bin.o_shipped, just the example makefiles
actually use ...bin_shipped. It was corrected in one place some time
ago, these ones seem to have been forgotten.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
Wolfram Sang authored and Sam Ravnborg committed Jan 7, 2009
1 parent 399b835 commit baa9187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/kbuild/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ following files:

# Module specific targets
genbin:
echo "X" > 8123_bin_shipped
echo "X" > 8123_bin.o_shipped


In example 2, we are down to two fairly simple files and for simple
Expand All @@ -279,7 +279,7 @@ following files:

# Module specific targets
genbin:
echo "X" > 8123_bin_shipped
echo "X" > 8123_bin.o_shipped

endif

Expand Down

0 comments on commit baa9187

Please sign in to comment.