stroese | 771e05b | 2004-12-16 18:21:17 +0000 | [diff] [blame] | 1 | # |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 2 | # (C) Copyright 2006 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
Wolfgang Denk | 511d0c7 | 2006-10-09 00:42:01 +0200 | [diff] [blame] | 4 | # |
stroese | 771e05b | 2004-12-16 18:21:17 +0000 | [diff] [blame] | 5 | # (C) Copyright 2001 |
| 6 | # Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc. |
| 7 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | # SPDX-License-Identifier: GPL-2.0+ |
stroese | 771e05b | 2004-12-16 18:21:17 +0000 | [diff] [blame] | 9 | # |
| 10 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 11 | ifneq ($(OBJTREE),$(SRCTREE)) |
| 12 | $(shell mkdir -p $(obj)../../Marvell/common) |
| 13 | endif |
stroese | 771e05b | 2004-12-16 18:21:17 +0000 | [diff] [blame] | 14 | |
Masahiro Yamada | 377e104 | 2013-10-21 11:53:38 +0900 | [diff] [blame^] | 15 | obj-y = misc.o |
| 16 | obj-y += cpci750.o serial.o ../../Marvell/common/memory.o pci.o \ |
stroese | 771e05b | 2004-12-16 18:21:17 +0000 | [diff] [blame] | 17 | mv_eth.o mpsc.o i2c.o \ |
Stefan Roese | 79830d5 | 2006-02-08 15:54:15 +0100 | [diff] [blame] | 18 | sdram_init.o ide.o |