summaryrefslogtreecommitdiffstats
path: root/board/xilinx/ppc405-generic/Makefile
blob: 1562f1775e608b163f521860e62ae6e8f1748e8f (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.
#
# (C) Copyright 2008
# Ricardo Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
# Work supported by Qtechnology http://www.qtec.com
#
# SPDX-License-Identifier:	GPL-2.0+
#

ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../../xilinx/ppc405-generic)
endif

obj-y	+= ../../xilinx/ppc405-generic/xilinx_ppc405_generic.o
OpenPOWER on IntegriCloud