summaryrefslogtreecommitdiffstats
path: root/board/mpl/mip405/Makefile
blob: 509eb591b34cfc1d1389d75cc596b7aa1e1c4bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# (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	= mip405.o cmd_mip405.o \
		../common/pci.o \
		../common/usb_uhci.o \
		../common/common_util.o
obj-y	+= init.o
OpenPOWER on IntegriCloud