summaryrefslogtreecommitdiffstats
path: root/file_io/crc/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'file_io/crc/wscript')
-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',