mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
425c121d7a
We have one places that uses this symbol and CONFIG_TARGET_OMAPL138_LCDK works equally well, switch to that. Signed-off-by: Tom Rini <trini@konsulko.com>
10 lines
338 B
Makefile
10 lines
338 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_DA830_EVM) += da830evm.o
|
|
obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += da850evm.o
|
|
obj-$(CONFIG_TARGET_OMAPL138_LCDK) += omapl138_lcdk.o
|