2003-03-12 10:41:04 +00:00
|
|
|
#######################################################################
|
|
|
|
#
|
|
|
|
# Copyright (C) 2000, 2001, 2002, 2003
|
|
|
|
# The LEOX team <team@leox.org>, http://www.leox.org
|
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2003-03-12 10:41:04 +00:00
|
|
|
# LEOX.org is about the development of free hardware and software resources
|
|
|
|
# for system on chip.
|
|
|
|
#
|
|
|
|
# Description: U-Boot port on the LEOX's ELPT860 CPU board
|
|
|
|
# ~~~~~~~~~~~
|
|
|
|
#
|
|
|
|
#######################################################################
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2003-03-12 10:41:04 +00:00
|
|
|
#
|
|
|
|
#######################################################################
|
|
|
|
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y = elpt860.o flash.o
|