diff options
author | Tom Rini <trini@konsulko.com> | 2015-11-30 07:10:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-30 07:10:49 -0500 |
commit | 30f56399e7c740be043ecbc57cd96ce95998208a (patch) | |
tree | 062c5922499ae64a0c56967a37a4f1aa3f6d4904 /board/liebherr/lwmon5/Makefile | |
parent | a71d99ac03c8d5d9622962344485b04aade27b67 (diff) | |
parent | 6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3 (diff) |
Merge git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'board/liebherr/lwmon5/Makefile')
-rw-r--r-- | board/liebherr/lwmon5/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/liebherr/lwmon5/Makefile b/board/liebherr/lwmon5/Makefile new file mode 100644 index 0000000000..02478ca0c8 --- /dev/null +++ b/board/liebherr/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 |