From 3a717592a9d13f7668c7fd3f9638adcc197d873d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:05:50 -0500 Subject: Rework how conf.py is handled. Needed to switch due to increasing complexity. --- bsp_howto/wscript | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'bsp_howto/wscript') diff --git a/bsp_howto/wscript b/bsp_howto/wscript index 16f000e..0956726 100644 --- a/bsp_howto/wscript +++ b/bsp_howto/wscript @@ -8,12 +8,4 @@ def configure(ctx): cmd_configure(ctx) def build(ctx): - - sub = { - "VERSION": "1.0", - "RELEASE": "5.0.0", - "DOC": "BSP Howto", - "FILE_DOC": "rtemsbsp_howto", - } - - cmd_build(ctx, sub) + cmd_build(ctx) -- cgit v1.2.3