summaryrefslogtreecommitdiffstats
path: root/board/esd/dasa_sim/Makefile
blob: 7dc48ba6946cb17447deaae593022d8d3f4f78ea (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	= dasa_sim.o flash.o cmd_dasa_sim.o eeprom.o ../common/pci.o
OpenPOWER on IntegriCloud