summaryrefslogtreecommitdiffstats
path: root/networking/wscript
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--networking/wscript10
1 files changed, 1 insertions, 9 deletions
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)