summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index e1dee8ecdd..6281e0e3b4 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2298,7 +2298,7 @@ directory BitBake uses for the build.
2298 S = "${WORKDIR}" 2298 S = "${WORKDIR}"
2299 2299
2300 do_compile() { 2300 do_compile() {
2301 ${CC} helloworld.c -o helloworld 2301 ${CC} ${LDFLAGS} helloworld.c -o helloworld
2302 } 2302 }
2303 2303
2304 do_install() { 2304 do_install() {