Skip to content

Commit 5934f42

Browse files
hs0225daeyeon
authored andcommitted
fix: fix build-modules script
Signed-off-by: Hosung Kim [email protected]
1 parent 357d199 commit 5934f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
TARGET_OS="linux"
17-
TARGET_ARCH = "arm"
17+
TARGET_ARCH="arm"
1818

1919
PROJECT_ROOT_PATH=$PWD
2020
PACKAGES_ROOT_PATH=$PROJECT_ROOT_PATH/modules/packages

0 commit comments

Comments
 (0)