u-boot-brain/board/ge/common/Makefile
Sebastian Reichel 987b8f614c board: ge: common: add config option for RTC and VPD feature
While this code is being used by all GE platforms its useful
to have it behind a config option for hardware bringup of
new platforms.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
2020-11-01 15:58:47 +01:00

7 lines
153 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2017 General Electric Company
obj-$(CONFIG_GE_VPD) += vpd_reader.o
obj-$(CONFIG_GE_RTC) += ge_rtc.o