mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
9e0bcf8043
As DM_ETH is required for all network drivers, it's now safe to remove the non-DM_ETH support code. Signed-off-by: Tom Rini <trini@konsulko.com>
7 lines
175 B
Makefile
7 lines
175 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2006 Freescale Semiconductor, Inc.
|
|
|
|
obj-$(CONFIG_QE) += qe.o
|
|
obj-$(CONFIG_U_QE) += qe.o
|
|
obj-$(CONFIG_OF_LIBFDT) += fdt.o
|