summaryrefslogtreecommitdiffstats
path: root/posix_api/psx_sched_report/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'posix_api/psx_sched_report/wscript')
-rw-r--r--posix_api/psx_sched_report/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/posix_api/psx_sched_report/wscript b/posix_api/psx_sched_report/wscript
index 208b078..deca478 100644
--- a/posix_api/psx_sched_report/wscript
+++ b/posix_api/psx_sched_report/wscript
@@ -3,7 +3,6 @@
# 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):
@@ -11,6 +10,6 @@ def build(bld):
bld(features = 'c cprogram',
target = 'psx_sched_report.exe',
- source = ['test.c','rtems_config.c'],
+ source = ['psx_sched_report.c','rtems_config.c'],
lib = ['c'])