diff options
author | Ricardo Ribalda Delgado | 2016-01-26 11:24:09 +0100 |
---|---|---|
committer | Michal Simek | 2016-01-27 15:32:05 +0100 |
commit | 6de59eb2c2c986c824524b74f97a1c5b8c112ced (patch) | |
tree | 54b313c1c042c952908d6c0ae67a35f94edf2f51 | |
parent | 5b218ae106498d32335dc16e3cb9f64ec3854590 (diff) |
ppc: pp405-generic: Simplify Makefile
As a result of the specific board removal, the Makefiles can be
simplified.
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | board/xilinx/ppc405-generic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xilinx/ppc405-generic/Makefile b/board/xilinx/ppc405-generic/Makefile index 922946d7234..2800f686264 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 |