diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-25 13:34:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 13:34:42 -0400 |
commit | 588d269ffe736c3dc03f63c3708d82eb33e670ee (patch) | |
tree | 35c3695124458d3e7fc5071eee05287049a99486 /board/technexion/pico-imx6ul/Makefile | |
parent | d30c3eb47155742deab7b6b4599097a56bd635aa (diff) | |
parent | 69cc7dbf1f62492788ab810db7d8444a623c23c2 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/technexion/pico-imx6ul/Makefile')
-rw-r--r-- | board/technexion/pico-imx6ul/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/technexion/pico-imx6ul/Makefile b/board/technexion/pico-imx6ul/Makefile new file mode 100644 index 0000000000..ac8ff9e548 --- /dev/null +++ b/board/technexion/pico-imx6ul/Makefile @@ -0,0 +1,7 @@ +# (C) Copyright 2015 Technexion Ltd. +# (C) Copyright 2015 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := pico-imx6ul.o |