wdenk | 3a473b2 | 2004-01-03 00:43:19 +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 | # |
wdenk | 3a473b2 | 2004-01-03 00:43:19 +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+ |
wdenk | 3a473b2 | 2004-01-03 00:43:19 +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)../common) |
| 13 | endif |
wdenk | 3a473b2 | 2004-01-03 00:43:19 +0000 | [diff] [blame] | 14 | |
Masahiro Yamada | 377e104 | 2013-10-21 11:53:38 +0900 | [diff] [blame^] | 15 | obj-y = db64360.o ../common/flash.o ../common/serial.o ../common/memory.o pci.o \ |
wdenk | 3a473b2 | 2004-01-03 00:43:19 +0000 | [diff] [blame] | 16 | mv_eth.o ../common/ns16550.o mpsc.o ../common/i2c.o \ |
Masahiro Yamada | 377e104 | 2013-10-21 11:53:38 +0900 | [diff] [blame^] | 17 | sdram_init.o ../common/intel_flash.o ../common/misc.o |