diff options
author | Stephen Warren | 2014-03-25 11:39:33 -0600 |
---|---|---|
committer | Tom Warren | 2014-04-17 08:41:06 -0700 |
commit | e04bfdacb368da1f52135926e5c18dfa126e7cb1 (patch) | |
tree | c934247ed11e15c18cd9dd3d71b3bb6cbe49be71 /board/nvidia/jetson-tk1/Makefile | |
parent | d68c9429271d31aadb048b536f177cc2a9bd5c26 (diff) |
ARM: tegra: add Jetson TK1 board
Jetson TK1 is an NVIDIA Tegra124 reference board, which shares much of
its design with Venice2.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/jetson-tk1/Makefile')
-rw-r--r-- | board/nvidia/jetson-tk1/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/nvidia/jetson-tk1/Makefile b/board/nvidia/jetson-tk1/Makefile new file mode 100644 index 00000000000..0f054117c41 --- /dev/null +++ b/board/nvidia/jetson-tk1/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2014 +# NVIDIA Corporation <www.nvidia.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += ../venice2/as3722_init.o +obj-y += jetson-tk1.o |