xref: /openbmc/u-boot/board/raspberrypi/rpi/Makefile (revision 9316e144)
1*9316e144SStephen Warren#
2*9316e144SStephen Warren# See file CREDITS for list of people who contributed to this
3*9316e144SStephen Warren# project.
4*9316e144SStephen Warren#
5*9316e144SStephen Warren# This program is free software; you can redistribute it and/or
6*9316e144SStephen Warren# modify it under the terms of the GNU General Public License
7*9316e144SStephen Warren# version 2 as published by the Free Software Foundation.
8*9316e144SStephen Warren#
9*9316e144SStephen Warren# This program is distributed in the hope that it will be useful, but
10*9316e144SStephen Warren# WITHOUT ANY WARRANTY; without even the implied warranty of
11*9316e144SStephen Warren# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*9316e144SStephen Warren# GNU General Public License for more details.
13*9316e144SStephen Warren#
14*9316e144SStephen Warren
15*9316e144SStephen Warrenobj-y	:= rpi.o
16