Dirk Eibach | ab4c62c | 2009-07-27 08:49:48 +0200 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2008 | ||||
3 | # Stefan Roese, DENX Software Engineering, sr@denx.de. | ||||
4 | # | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Dirk Eibach | ab4c62c | 2009-07-27 08:49:48 +0200 | [diff] [blame] | 6 | # |
7 | |||||
Masahiro Yamada | 377e104 | 2013-10-21 11:53:38 +0900 | [diff] [blame] | 8 | obj-y := intip.o |
9 | obj-$(CONFIG_CMD_CHIP_CONFIG) += chip_config.o | ||||
10 | extra-y += init.o |