summaryrefslogblamecommitdiffstats
path: root/networking/wscript
blob: 7524c186d20f1c84ff424901ce9448bbb87268fa (plain) (tree)


















                                                                          
from sys import path
from os.path import abspath
path.append(abspath('../common/'))

from waf import cmd_configure, cmd_build

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)