From 154b0723d3a5093e12b8ff4defabd46902979439 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Wed, 4 Dec 2013 22:26:19 +0530 Subject: misc: adamain: Add support for building waf But do not build it by default yet. Also see commit 9dd07ee6bb99bf57e7a9b5fb819dad88f2657ac4 --- misc/adamain/wscript | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 misc/adamain/wscript diff --git a/misc/adamain/wscript b/misc/adamain/wscript new file mode 100644 index 0000000..0f9d312 --- /dev/null +++ b/misc/adamain/wscript @@ -0,0 +1,14 @@ +# Copyright 2013 Gedare Bloom (gedare@rtems.org) +# +# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file. +# + +# Waf build script for an RTEMS Hello +import rtems_waf.rtems as rtems + +def build(bld): + rtems.build(bld) + + bld(features = 'c cprogram', + target = 'adamain.exe', + source = ['adacode.c', 'rtems_init.c']) -- cgit v1.2.3