Thomas Chou | 8cbb0dd | 2010-04-21 08:40:59 +0800 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2001-2006 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw> |
| 5 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | # SPDX-License-Identifier: GPL-2.0+ |
Thomas Chou | 8cbb0dd | 2010-04-21 08:40:59 +0800 | [diff] [blame] | 7 | # |
| 8 | |
Masahiro Yamada | afea2c9 | 2013-10-21 11:53:33 +0900 | [diff] [blame] | 9 | obj-y := nios2-generic.o |
| 10 | obj-$(CONFIG_CMD_IDE) += ../common/cfide.o |
| 11 | obj-$(CONFIG_EPLED) += ../common/epled.o |
| 12 | obj-$(CONFIG_SEVENSEG) += ../common/sevenseg.o |
| 13 | obj-y += text_base.o |