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 import waf as docs_waf
build_all = ['c-user', build_all = ['bsp-howto',
'posix-users', 'c-user',
'shell',
'user',
'eclipse',
'bsp-howto',
'cpu-supplement', 'cpu-supplement',
'develenv',
'eclipse',
'filesystem', 'filesystem',
'networking',
'posix-users',
'rsb', 'rsb',
'develenv'] 'shell',
'user']
building = build_all building = build_all