diff options
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 0000000..0f05411 --- /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 |