mirror of
https://xff.cz/git/u-boot/
synced 2026-04-11 19:30:01 +02:00
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>
8 lines
108 B
Makefile
8 lines
108 B
Makefile
#
|
|
# Copyright 2017 General Electric Company
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := vpd_reader.o
|