]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: add dummy obj-y to create built-in.o
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 4 Feb 2014 08:24:25 +0000 (17:24 +0900)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 16:07:50 +0000 (11:07 -0500)
commit7c8278a866122ef6c1201b94cd602f98cc649a2f
treeb437709eca74cde4fd5febe614c4bc39c9fe2074
parent9e4140329ee9a787d0f96ac2829d618d47f7973f
kbuild: add dummy obj-y to create built-in.o

We are going to switch over to Kbuild in upcoming commits.

Each makefile must have non-empty obj- or obj-y
to generate built-in.o on Kbuild.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/cpu/armv7/tegra114/Makefile
arch/arm/cpu/armv7/tegra30/Makefile
arch/nds32/cpu/n1213/Makefile
board/freescale/common/Makefile
board/samsung/origen/Makefile
board/samsung/smdkv310/Makefile
board/spear/common/Makefile
board/spear/x600/Makefile