summaryrefslogtreecommitdiffstats
path: root/board/mpl/pati/Makefile
blob: 67381c108acc62de0c8d83754eedea460571b18e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# (C) Copyright 2001-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	:=  pati.o cmd_pati.o \
		../common/common_util.o
OpenPOWER on IntegriCloud