diff options
author | Ricardo Ribalda Delgado | 2016-01-26 11:24:10 +0100 |
---|---|---|
committer | Michal Simek | 2016-01-27 15:32:05 +0100 |
commit | bec8dd5fc0211a9720bb08e576110fe06fa07b45 (patch) | |
tree | 2f9c235d56b2e70f8823a84e516a2fdbada056ac /board/xilinx | |
parent | 6de59eb2c2c986c824524b74f97a1c5b8c112ced (diff) |
ppc: pp440-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>
Diffstat (limited to 'board/xilinx')
-rw-r--r-- | board/xilinx/ppc440-generic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/xilinx/ppc440-generic/Makefile b/board/xilinx/ppc440-generic/Makefile index 5ca57a9b0d5..4d5f41029ac 100644 --- a/board/xilinx/ppc440-generic/Makefile +++ b/board/xilinx/ppc440-generic/Makefile @@ -9,5 +9,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += ../../xilinx/ppc440-generic/xilinx_ppc440_generic.o -extra-y += ../../xilinx/ppc440-generic/init.o +obj-y += xilinx_ppc440_generic.o +extra-y += init.o |