mirror of
https://xff.cz/git/u-boot/
synced 2026-04-11 13:20:00 +02:00
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>
8 lines
196 B
Makefile
8 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
|