diff options
author | Stefan Roese <sr@denx.de> | 2015-10-02 08:20:35 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-11 17:12:09 -0400 |
commit | 04386f656bbc35abd7718a4bbbba7fcfb4f59aef (patch) | |
tree | 7358bb617f05f24a0f2faf7198165efe1d0191c8 /board/lwmon5/Makefile | |
parent | 1254b44a9f31c78ce7325eb392eaa949a2c7fc9a (diff) | |
download | u-boot-imx-04386f656bbc35abd7718a4bbbba7fcfb4f59aef.zip u-boot-imx-04386f656bbc35abd7718a4bbbba7fcfb4f59aef.tar.gz u-boot-imx-04386f656bbc35abd7718a4bbbba7fcfb4f59aef.tar.bz2 |
Revert "powerpc: ppc4xx: remove lwmon5 support"
This reverts commit 8fe11b8901a31d11990488c82bc23612589d57be.
I'll add support to lwmon5 in the next patch and will remove
support for the broken lcd4_lwmon5 as well.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'board/lwmon5/Makefile')
-rw-r--r-- | board/lwmon5/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/lwmon5/Makefile b/board/lwmon5/Makefile new file mode 100644 index 0000000..02478ca --- /dev/null +++ b/board/lwmon5/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2002-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = lwmon5.o kbd.o sdram.o +extra-y += init.o |