summaryrefslogtreecommitdiffstats
path: root/board/esd/cpci405/Makefile
blob: 1af7e9454da116992ee0acf17df9e9f793d2d5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../common)
endif

obj-y	= cpci405.o flash.o ../common/misc.o ../common/auto_update.o
obj-y	+= ../common/cmd_loadpci.o
OpenPOWER on IntegriCloud