waf: Add networking to the manual built.

This commit is contained in:
Chris Johns 2016-11-15 08:12:02 +11:00
parent bcdca5db9d
commit 6345b2d894

15
wscript
View File

@ -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