Valentin Longchamp | 877bfe3 | 2013-10-18 11:47:24 +0200 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2001-2007 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
| 5 | # See file CREDITS for list of people who contributed to this |
| 6 | # project. |
| 7 | # |
Tom Rini | ae12c75 | 2013-11-01 10:27:12 -0400 | [diff] [blame^] | 8 | # SPDX-License-Identifier: GPL-2.0+ |
Valentin Longchamp | 877bfe3 | 2013-10-18 11:47:24 +0200 | [diff] [blame] | 9 | # |
| 10 | |
Valentin Longchamp | 877bfe3 | 2013-10-18 11:47:24 +0200 | [diff] [blame] | 11 | ifneq ($(OBJTREE),$(SRCTREE)) |
| 12 | $(shell mkdir -p $(obj)../common) |
| 13 | endif |
| 14 | |
Tom Rini | 8cbbb10 | 2013-11-01 10:24:19 -0400 | [diff] [blame] | 15 | obj-y := $(BOARD).o ddr.o eth.o tlb.o pci.o law.o \ |
Valentin Longchamp | 877bfe3 | 2013-10-18 11:47:24 +0200 | [diff] [blame] | 16 | ../common/common.o ../common/ivm.o |