mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
afea2c969a
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Thomas Chou <thomas@wytron.com.tw>
17 lines
430 B
Makefile
17 lines
430 B
Makefile
#
|
|
# (C) Copyright 2001-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifneq ($(OBJTREE),$(SRCTREE))
|
|
$(shell mkdir -p $(obj)../common)
|
|
endif
|
|
|
|
obj-y := nios2-generic.o
|
|
obj-$(CONFIG_CMD_IDE) += ../common/cfide.o
|
|
obj-$(CONFIG_EPLED) += ../common/epled.o
|
|
obj-$(CONFIG_SEVENSEG) += ../common/sevenseg.o
|
|
obj-y += text_base.o
|