summaryrefslogblamecommitdiffstats
path: root/rtemsconfig/wscript
blob: 53eb848e903f3280a10b32f0546d7554897eea87 (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":					"RTEMS Config",
		"FILE_DOC":				"rtemsconfig",
	}

	cmd_build(ctx, sub)