mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
987b8f614c
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>
6 lines
153 B
Makefile
6 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
|