summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/tegra114/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tegra: do not descend into empty directoriesMasahiro Yamada2014-11-231-21/+0
| | | | | | | | | | Some tegra makefiles only contain a dummy line to generate a built-in.o. Let's do not descend into such directories. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Warren <twarren@nvidia.com> Cc: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
* kbuild: add dummy obj-y to create built-in.oMasahiro Yamada2014-02-191-1/+2
| | | | | | | | | 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>
* armv7: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-21/+1
| | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
* Tegra114: Add CPU (armv7) filesTom Warren2013-02-111-0/+40
These files are for code that runs on the CPU (A15) on T114 boards. At this time, there is no A15-specific code here. As T114-specific run-time code is added, it'll go here. Signed-off-by: Tom Warren <twarren@nvidia.com>
OpenPOWER on IntegriCloud