From: Ricardo Ribalda Delgado Date: Tue, 26 Jan 2016 10:24:09 +0000 (+0100) Subject: ppc: pp405-generic: Simplify Makefile X-Git-Tag: KARO-TXSD-2017-03-15~2030^2~104 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6de59eb2c2c986c824524b74f97a1c5b8c112ced;p=karo-tx-uboot.git ppc: pp405-generic: Simplify Makefile As a result of the specific board removal, the Makefiles can be simplified. Signed-off-by: Ricardo Ribalda Delgado Reviewed-by: Bin Meng Reviewed-by: Tom Rini Acked-by: Stefan Roese Signed-off-by: Michal Simek Reviewed-by: Michal Simek --- diff --git a/board/xilinx/ppc405-generic/Makefile b/board/xilinx/ppc405-generic/Makefile index 922946d723..2800f68626 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