From b418dfe16e62ffb6062e2acc5471821c011bc9cd Mon Sep 17 00:00:00 2001 From: Martyn Welch Date: Wed, 8 Nov 2017 15:35:15 +0000 Subject: board: ge: make VPD code common The VPD data is used on a number of GE products. Move the parsing code to a common location so that we can share this code. Signed-off-by: Martyn Welch Acked-by: Stefano Babic --- board/ge/common/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/ge/common/Makefile (limited to 'board/ge/common/Makefile') diff --git a/board/ge/common/Makefile b/board/ge/common/Makefile new file mode 100644 index 0000000000..93e6c0182b --- /dev/null +++ b/board/ge/common/Makefile @@ -0,0 +1,7 @@ +# +# Copyright 2017 General Electric Company +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := vpd_reader.o -- cgit