diff options
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb b/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb index 5fbf59443d..e534d36d14 100644 --- a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb +++ b/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "file://helloworld.c" | |||
14 | S = "${WORKDIR}" | 14 | S = "${WORKDIR}" |
15 | 15 | ||
16 | do_compile() { | 16 | do_compile() { |
17 | ${CC} helloworld.c -o helloworld | 17 | ${CC} ${LDFLAGS} helloworld.c -o helloworld |
18 | } | 18 | } |
19 | 19 | ||
20 | do_install() { | 20 | do_install() { |