1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Copyright (C) 2009 Samsung Electronics 4# Minkyu Kang <mk7.kang@samsung.com> 5 6obj-y += cpu_info.o 7ifndef CONFIG_SPL_BUILD 8obj-y += timer.o 9obj-y += sromc.o 10obj-$(CONFIG_PWM) += pwm.o 11endif 12