]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: sync mixed targets handling with Linux 3.16
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 5 Aug 2014 06:56:44 +0000 (15:56 +0900)
committerTom Rini <trini@ti.com>
Thu, 21 Aug 2014 16:01:11 +0000 (12:01 -0400)
commite773440425873a5b595ccc4bbe40d7f27cff5235
treea58d1b49b5c5c4216a12f669a9e4020004832279
parent6419e144924cf91f8f7c78e914247b02e34b2a89
kbuild: sync mixed targets handling with Linux 3.16

"make %_config all" was supported for the first time in U-Boot:
  commit 53bca5ab
  kbuild: support simultaneous board configuration and "make all"

Surprisingly it had not been working in Linux Kernel for a long time.

So I sent back the patch to the Linux Kbuild community and it was
accepted with a little code improvement, at commit 9319f453.

Now, you can do "make defconfig all" or "make %_defconfig all"
in Linux too.

This commit updates some scripts to fill the code-diff
between Linux and U-Boot.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
scripts/mkmakefile