summaryrefslogtreecommitdiffstats
path: root/posix_api/psx_sched_report/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-10-12 14:16:44 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-12 14:16:44 -0500
commitb6c5dbb24981b0ca93a94734acccb65be872b34f (patch)
treed95e8896105ae36a9a5ba3aefe40f081b12412dd /posix_api/psx_sched_report/wscript
parentMake crc and fdopen build (diff)
downloadrtems-examples-b6c5dbb24981b0ca93a94734acccb65be872b34f.tar.bz2
psx_sched_report: Add RTEMS configuration to address build issue.
Closes #3158.
Diffstat (limited to '')
-rw-r--r--posix_api/psx_sched_report/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix_api/psx_sched_report/wscript b/posix_api/psx_sched_report/wscript
index 0cb9a52..208b078 100644
--- a/posix_api/psx_sched_report/wscript
+++ b/posix_api/psx_sched_report/wscript
@@ -11,6 +11,6 @@ def build(bld):
bld(features = 'c cprogram',
target = 'psx_sched_report.exe',
- source = ['test.c'],
+ source = ['test.c','rtems_config.c'],
lib = ['c'])