mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
7c964c3b93
These boards have not been converted to CONFIG_DM_MMC, along with other DM conversions, by the deadline. Remove them. Cc: Dirk Eibach <dirk.eibach@gdsys.cc> Signed-off-by: Tom Rini <trini@konsulko.com>
7 lines
196 B
Makefile
7 lines
196 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2014
|
|
# Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
|
|
|
|
obj-y := mpc8308.o sdram.o
|
|
obj-$(CONFIG_TARGET_GAZERBEAM) += gazerbeam.o
|