xref: /openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/Makefile (revision 0b45a79faa2f61bc095c785cfbfe4aa5206d9d13)
1#
2# Copyright (C) 2009 Samsung Electronics
3# Minkyu Kang <mk7.kang@samsung.com>
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8obj-y		+= cpu_info.o
9ifndef CONFIG_SPL_BUILD
10obj-y		+= timer.o
11obj-y		+= sromc.o
12obj-$(CONFIG_PWM)	+= pwm.o
13endif
14