]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kbuild,tegra124: add dummy obj- for Kbuild
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 19 Feb 2014 13:26:43 +0000 (22:26 +0900)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 20:43:46 +0000 (15:43 -0500)
In Kbuild, every makefile must have non-empty obj- or obj-y.
Otherwise, built-in.o will not be created and the link stage
will fail.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/cpu/armv7/tegra124/Makefile

index 7f127b1ee55432aa87ae0475241fa6ca50a614a9..9478d447db41afdcf72707a8c0d0363a170561a1 100644 (file)
@@ -4,3 +4,6 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 #
+
+# necessary to create built-in.o
+obj- := __dummy__.o