summaryrefslogtreecommitdiffstats
path: root/file_io
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-09-03 19:03:03 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-09-17 09:32:44 +0200
commite5cbd70d8e26568222cce23897b4af65b03cab47 (patch)
tree23b7819373f2ac2c8f24e5773c5ef3affe583000 /file_io
parentFix warnings (diff)
downloadrtems-examples-e5cbd70d8e26568222cce23897b4af65b03cab47.tar.bz2
update rtems_waf
Diffstat (limited to 'file_io')
-rw-r--r--file_io/crc/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/file_io/crc/wscript b/file_io/crc/wscript
index f7b0f5b..531da20 100644
--- a/file_io/crc/wscript
+++ b/file_io/crc/wscript
@@ -26,9 +26,9 @@ def build(bld):
#
# Package the root file system as a C file.
#
- rootfs.build(bld,
- name = 'fs-root',
- root = 'rootfs')
+ rootfs.build_from_src_root(bld,
+ name = 'fs-root',
+ root = 'rootfs')
bld(features = 'c cprogram',
target = 'crc.exe',