From 6345b2d894f70c6783ec7fbcd0cefa6757e766c0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 15 Nov 2016 08:12:02 +1100 Subject: waf: Add networking to the manual built. --- wscript | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 86f3e94..f7dd224 100644 --- a/wscript +++ b/wscript @@ -8,16 +8,17 @@ path.append(abspath('common')) import waf as docs_waf -build_all = ['c-user', - 'posix-users', - 'shell', - 'user', - 'eclipse', - 'bsp-howto', +build_all = ['bsp-howto', + 'c-user', 'cpu-supplement', + 'develenv', + 'eclipse', 'filesystem', + 'networking', + 'posix-users', 'rsb', - 'develenv'] + 'shell', + 'user'] building = build_all -- cgit v1.2.3