Return the compilation products from the containers build so they get loaded in.

This commit is contained in:
Russel Winder
2009-08-29 08:24:56 +01:00
parent 5987773f3c
commit 68f2990885

View File

@@ -99,5 +99,6 @@ bootdesc = SConscript(posixServicesDirectory + '/bootdesc/SConscript', exports =
Alias('bootdesc', bootdesc)
environment['targetHelpEntries']['bootdesc'] = 'build the boot descriptions of the tasks for the containers.'
compilationProducts = tasks + [bootdesc]
Return('compilationProducts')