2004-01-03 00:43:19 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
2006-10-08 22:42:01 +00:00
|
|
|
#
|
2004-01-03 00:43:19 +00:00
|
|
|
# (C) Copyright 2001
|
|
|
|
# Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2004-01-03 00:43:19 +00:00
|
|
|
#
|
|
|
|
|
2006-09-01 17:49:50 +00:00
|
|
|
ifneq ($(OBJTREE),$(SRCTREE))
|
|
|
|
$(shell mkdir -p $(obj)../common)
|
|
|
|
endif
|
2004-01-03 00:43:19 +00:00
|
|
|
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y += db64460.o ../common/flash.o ../common/serial.o ../common/memory.o pci.o \
|
2004-01-03 00:43:19 +00:00
|
|
|
mv_eth.o ../common/ns16550.o mpsc.o ../common/i2c.o \
|
2013-10-21 02:53:38 +00:00
|
|
|
sdram_init.o ../common/intel_flash.o ../common/misc.o
|