summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-13 11:11:11 +0100
committerChris Johns <chrisj@rtems.org>2015-11-13 21:18:11 +1100
commitd319d03bcb602f9fdee7f786fc265b6888c7d7e9 (patch)
treeeb2393522cc74c11a779e6f64d4f3a9109731f49
parentDelete non-existing RTEMS_ATOMIC (diff)
downloadrtems_waf-d319d03bcb602f9fdee7f786fc265b6888c7d7e9.tar.bz2
Add missing pkgconfig module
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index e0cd1e1..e60cc4d 100644
--- a/__init__.py
+++ b/__init__.py
@@ -3,4 +3,4 @@
# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.
#
-__all__ = ['rtems']
+__all__ = ['rtems', 'pkgconfig']