wdenk | 3bac351 | 2003-03-12 10:41:04 +0000 | [diff] [blame] | 1 | ####################################################################### |
| 2 | # |
| 3 | # Copyright (C) 2000, 2001, 2002, 2003 |
| 4 | # The LEOX team <team@leox.org>, http://www.leox.org |
| 5 | # |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 6 | # (C) Copyright 2006 |
| 7 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 8 | # |
wdenk | 3bac351 | 2003-03-12 10:41:04 +0000 | [diff] [blame] | 9 | # LEOX.org is about the development of free hardware and software resources |
| 10 | # for system on chip. |
| 11 | # |
| 12 | # Description: U-Boot port on the LEOX's ELPT860 CPU board |
| 13 | # ~~~~~~~~~~~ |
| 14 | # |
| 15 | ####################################################################### |
| 16 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 17 | # SPDX-License-Identifier: GPL-2.0+ |
wdenk | 3bac351 | 2003-03-12 10:41:04 +0000 | [diff] [blame] | 18 | # |
| 19 | ####################################################################### |
| 20 | |
Masahiro Yamada | 377e104 | 2013-10-21 11:53:38 +0900 | [diff] [blame] | 21 | obj-y = elpt860.o flash.o |