aboutsummaryrefslogtreecommitdiff
path: root/scripts/wa
diff options
context:
space:
mode:
authorSergei Trofimov <sergei.trofimov@arm.com>2017-03-06 11:10:25 +0000
committerSergei Trofimov <sergei.trofimov@arm.com>2017-03-06 11:10:25 +0000
commit42539bbe0d00dfad968e0a6b20162b2264b4f047 (patch)
tree3404ce400cc898982f3aff70b2815837be8c927c /scripts/wa
parent18d001fd768ff65fa59ce7290ae8e875bcac6630 (diff)
New target description + moving target stuff under "framework"
Changing the way target descriptions work from a static mapping to something that is dynamically generated and is extensible via plugins. Also moving core target implementation stuff under "framework".
Diffstat (limited to 'scripts/wa')
-rw-r--r--scripts/wa2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wa b/scripts/wa
index cc2cf7f5..435075eb 100644
--- a/scripts/wa
+++ b/scripts/wa
@@ -13,5 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-from wlauto.core.entry_point import main
+from wa.framework.entrypoint import main
main()