diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-16 22:08:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-16 22:08:13 -0400 |
commit | af8ef2ed21960b894945e37a3217ad67373f3711 (patch) | |
tree | 203ac289e2df20f5d8892570031f29b3a34888ec /board/theobroma-systems/puma_rk3399/Makefile | |
parent | 51f866e8da758a27af596af73466bd5f0a450c4d (diff) | |
parent | 7ee16de58bddaa9619c264313008d7e19300b42a (diff) |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'board/theobroma-systems/puma_rk3399/Makefile')
-rw-r--r-- | board/theobroma-systems/puma_rk3399/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/theobroma-systems/puma_rk3399/Makefile b/board/theobroma-systems/puma_rk3399/Makefile new file mode 100644 index 0000000000..d962b56f11 --- /dev/null +++ b/board/theobroma-systems/puma_rk3399/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += puma-rk3399.o |