summaryrefslogtreecommitdiffstats
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/conf.py8
-rw-r--r--networking/wscript10
2 files changed, 9 insertions, 9 deletions
diff --git a/networking/conf.py b/networking/conf.py
new file mode 100644
index 0000000..5e042a7
--- /dev/null
+++ b/networking/conf.py
@@ -0,0 +1,8 @@
+import sys, os
+sys.path.append(os.path.abspath('../common/'))
+
+from conf import *
+
+version = '1.0'
+release = '5.0'
+
diff --git a/networking/wscript b/networking/wscript
index 7524c18..0956726 100644
--- a/networking/wscript
+++ b/networking/wscript
@@ -8,12 +8,4 @@ def configure(ctx):
cmd_configure(ctx)
def build(ctx):
-
- sub = {
- "VERSION": "1.0",
- "RELEASE": "5.0.0",
- "DOC": "Networking",
- "FILE_DOC": "rtemsnetworking",
- }
-
- cmd_build(ctx, sub)
+ cmd_build(ctx)