scripts: build-all: Build dtbs as part of 'all' builds

Make sure to build the dtb targets so that these are tested as part of
building all targets.

Change-Id: I351527d197ef6a60fefe43f3a16b34be86a74dd1
Signed-off-by: David Brown <davidb@codeaurora.org>
This commit is contained in:
David Brown 2012-08-23 11:17:01 -07:00 committed by Stephen Boyd
parent 0697ab46f6
commit e94b0e8fd3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import sys
version = 'build-all.py, version 0.01'
build_dir = '../all-kernels'
make_command = ["vmlinux", "modules"]
make_command = ["vmlinux", "modules", "dtbs"]
make_env = os.environ
make_env.update({
'ARCH': 'arm',