diff options
author | Tom Rini <trini@ti.com> | 2014-10-10 20:59:28 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 20:59:28 -0400 |
commit | e89d623f099c44b0b166ccf46bce2e6a0b99c984 (patch) | |
tree | da7fb5d7260b477a976519e580264ba1f86a866b /board/bachmann/ot1200/Makefile | |
parent | ed8271d11c5c7a31eb49f787fa25eece6b82bb9e (diff) | |
parent | 3d420cbd355a5f09e4f113eb10579a264a8ef138 (diff) | |
download | u-boot-e89d623f099c44b0b166ccf46bce2e6a0b99c984.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/bachmann/ot1200/Makefile')
-rw-r--r-- | board/bachmann/ot1200/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/bachmann/ot1200/Makefile b/board/bachmann/ot1200/Makefile new file mode 100644 index 0000000000..1bd42e8321 --- /dev/null +++ b/board/bachmann/ot1200/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (C) 2012-2013, Guennadi Liakhovetski <lg@denx.de> +# (C) Copyright 2012-2013 Freescale Semiconductor, Inc. +# Copyright (C) 2013, Boundary Devices <info@boundarydevices.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := ot1200.o |