Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / cpu / armv7 / s5p-common / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2009 Samsung Electronics
4 # Minkyu Kang <mk7.kang@samsung.com>
5
6 obj-y           += cpu_info.o
7 ifndef CONFIG_SPL_BUILD
8 obj-y           += timer.o
9 obj-y           += sromc.o
10 obj-$(CONFIG_PWM)       += pwm.o
11 endif