mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
449f11eb61
This option does not exist, so the Makefile rule does nothing. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
287 B
Makefile
9 lines
287 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2000, 2001, 2002
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
|
|
|
|
obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += da850evm.o
|
|
obj-$(CONFIG_TARGET_OMAPL138_LCDK) += omapl138_lcdk.o
|