Makefile: add missing targets to noconfig_targets and nobuild_targets
authorRahul Jain <Rahul.Jain@imgtec.com>
Tue, 15 Nov 2016 11:03:20 +0000 (16:33 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Nov 2016 21:43:23 +0000 (22:43 +0100)
commit472f0ae2dff7a912bebdb025f7dca0541ebc9769
treef38c98115a22371748a543da61dcec7bd4b5fcd3
parent6672a8a14194c75a886e2a9d3dcff3f8c2c74ccc
Makefile: add missing targets to noconfig_targets and nobuild_targets

currently some buildroot targets fails (list-defconfigs,
graph-build, etc), if there is an issue with configuration.
For example, enabling uboot package without providing custom
version name results in failing of various targets.

Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Thomas: as suggested by Arnout, added printvars and savedefconfig to
nobuild_targets.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile