mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 09:13:06 +00:00
36e3e7deb2
The file only contains RTC related code, so let's name it accordingly. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
5 lines
113 B
Makefile
5 lines
113 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2017 General Electric Company
|
|
|
|
obj-y := vpd_reader.o ge_rtc.o
|