summaryrefslogtreecommitdiffstats
path: root/rtems_waf
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2013-12-01 12:55:07 -0500
committerGedare Bloom <gedare@rtems.org>2013-12-12 14:55:56 -0500
commitcdc0d70a3a7315eace2e3d258f02520aee5d2116 (patch)
treee53229ab0c7fcf508acb26b6764ab40705ba7a54 /rtems_waf
parentmisc: applib: Add support to build with waf (diff)
downloadrtems-examples-cdc0d70a3a7315eace2e3d258f02520aee5d2116.tar.bz2
rtems_waf: fix typo
Diffstat (limited to 'rtems_waf')
-rw-r--r--rtems_waf/rtems.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems_waf/rtems.py b/rtems_waf/rtems.py
index e460ca5..8b312dc 100644
--- a/rtems_waf/rtems.py
+++ b/rtems_waf/rtems.py
@@ -367,7 +367,7 @@ def check_networking(ctx):
return check(ctx, 'RTEMS_NETWORKING')
def check_atomic(ctx):
- return check(ctx, 'RTEMS_ATROMIC')
+ return check(ctx, 'RTEMS_ATOMIC')
def arch(arch_bsp):
""" Given an arch/bsp return the architecture."""