Skip to content

Commit 22a7ebc

Browse files
Whoops, add license header
1 parent f5fd336 commit 22a7ebc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/cmake/create_distro.cmake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2021 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# This script provides mbed_create_distro(), a function that lets you compile multiple
25
# apps that use Mbed OS without waiting for Mbed OS to build multiple times.
36

@@ -12,7 +15,7 @@
1215
# target_link_libraries(myapp2 PRIVATE mbed_for_my_app)
1316
# mbed_set_post_build(myapp2)
1417
#
15-
# Both myapp1 and myapp2 will act like they were linked to mbed-os mbed-storage-kvstore,
18+
# Both myapp1 and myapp2 will act like they were linked to mbed-os, mbed-storage-kvstore,
1619
# and mbed-storage-filesystem. Note that if you actually did target_link_libraries(myapp1 PRIVATE mbed-os
1720
# mbed-storage-kvstore mbed-storage-filesystem), it would compile a new version of the Mbed OS source
1821
# files for each target. However, using mbed_create_distro(), Mbed OS will only be compiled once.

0 commit comments

Comments
 (0)