diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-26 11:28:55 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-26 12:09:22 +0200 |
commit | 01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727 (patch) | |
tree | c72fee554c65b9ab02f8f22a3c8da38ce6285900 /recipes-kernel | |
parent | a050654d6b2dab4068ede53f288b23bb53b300ce (diff) | |
download | meta-freescale-01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727.tar.gz |
recipes: fix whitespace warnings
Fix some more whitspace warnings.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/ceetm/ceetm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index 1059e006..9ed3f1f5 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
@@ -11,9 +11,9 @@ DEPENDS = "iproute2" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | export IPROUTE2_DIR="${STAGING_DIR_TARGET}" | 14 | export IPROUTE2_DIR = "${STAGING_DIR_TARGET}" |
15 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 15 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |
16 | export CROSS_COMPILE="${WRAP_TARGET_PREFIX}" | 16 | export CROSS_COMPILE = "${WRAP_TARGET_PREFIX}" |
17 | 17 | ||
18 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" | 18 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" |
19 | 19 | ||