Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baa91878 authored by Wolfram Sang's avatar Wolfram Sang Committed by Sam Ravnborg
Browse files

kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in Documentation



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: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 399b835b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -279,7 +279,7 @@ following files:

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

		endif