summaryrefslogtreecommitdiffstats
path: root/board/esd/adciop/Makefile
blob: 9635189185a4e56ca54244c01a76a6227dd71941 (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	= adciop.o flash.o ../common/misc.o ../common/pci.o
OpenPOWER on IntegriCloud