From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 26 Jan 2016 15:55:39 +0100 Subject: [U-Boot] [PATCH 06/22] ppc: pp405-generic: Simplify Makefile In-Reply-To: <1453803865-2623-7-git-send-email-ricardo.ribalda@gmail.com> References: <1453803865-2623-1-git-send-email-ricardo.ribalda@gmail.com> <1453803865-2623-7-git-send-email-ricardo.ribalda@gmail.com> Message-ID: <56A788EB.9070204@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26.01.2016 11:24, Ricardo Ribalda Delgado wrote: > As a result of the specific board removal, the Makefiles can be > simplified. > > Signed-off-by: Ricardo Ribalda Delgado > --- > board/xilinx/ppc405-generic/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/xilinx/ppc405-generic/Makefile b/board/xilinx/ppc405-generic/Makefile > index 922946d72341..2800f6862640 100644 > --- a/board/xilinx/ppc405-generic/Makefile > +++ b/board/xilinx/ppc405-generic/Makefile > @@ -9,4 +9,4 @@ > # SPDX-License-Identifier: GPL-2.0+ > # > > -obj-y += ../../xilinx/ppc405-generic/xilinx_ppc405_generic.o > +obj-y += xilinx_ppc405_generic.o > Acked-by: Stefan Roese Thanks, Stefan