diff options
author | Martyn Welch <martyn.welch@collabora.co.uk> | 2017-11-08 15:35:15 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-11-20 09:58:31 +0100 |
commit | b418dfe16e62ffb6062e2acc5471821c011bc9cd (patch) | |
tree | 720e0579341bfc63a31843f46b2143e713f2288d /board/ge/common/Makefile | |
parent | da5337a61cd41f3bfbaee5b78ba58676bd288073 (diff) |
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 <martyn.welch@collabora.co.uk>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/ge/common/Makefile')
-rw-r--r-- | board/ge/common/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 |