mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
d38826a3dc
The @gdsys.cc addresses are supposed to be used for mailing lists. Switch all occurrences of @gdsys.de mail addresses to their @gdsys.cc equivalent. Also, Dirk's address was wrong in one place; fix that as well. Signed-off-by: Mario Six <six@gdsys.cc>
10 lines
220 B
Makefile
10 lines
220 B
Makefile
#
|
|
# (C) Copyright 2014
|
|
# Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := mpc8308.o sdram.o
|
|
obj-$(CONFIG_HRCON) += hrcon.o
|
|
obj-$(CONFIG_STRIDER) += strider.o
|