summaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-05-26 12:51:25 +0900
committerTom Rini <trini@konsulko.com>2015-05-28 08:18:22 -0400
commit3113471f3a96cbc54e1dae3d124e8e4ad05411c0 (patch)
tree68f039b483697806be23c5337c612073feea5bfb /post
parentea11b401b5ca10b5991e7c65832cfb7db54996c1 (diff)
downloadtalos-obmc-uboot-3113471f3a96cbc54e1dae3d124e8e4ad05411c0.tar.gz
talos-obmc-uboot-3113471f3a96cbc54e1dae3d124e8e4ad05411c0.zip
kbuild: define DO_DEPS_ONLY for u-boot.cfg to fix build error
Since 741e58e0fc8e (Create a .cfg file containing the CONFIG options used to build), all the Blackfin boards fail to build if the parallel (-j) option is passed. $ make -s bf506f-ezkit_defconfig # # configuration written to .config # $ make -j8 CROSS_COMPILE=bfin-elf- scripts/kconfig/conf --silentoldconfig Kconfig CHK include/config.h UPD include/config.h GEN include/autoconf.mk GEN include/autoconf.mk.dep CHK include/config/uboot.release CHK include/generated/timestamp_autogenerated.h UPD include/generated/timestamp_autogenerated.h CFG u-boot.cfg include/asm-offsets.h:3:43: fatal error: generated/generic-asm-offsets.h: No such file or directory compilation terminated. make: *** [u-boot.cfg] Error 1 When parsing header files for defined CONFIG options, DO_DEPS_ONLY must be defined to exclude generated headers that might not have been available yet. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'post')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud