]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/s5p-common/Makefile
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / s5p-common / Makefile
1 #
2 # Copyright (C) 2009 Samsung Electronics
3 # Minkyu Kang <mk7.kang@samsung.com>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-y           += cpu_info.o
9 ifndef CONFIG_SPL_BUILD
10 obj-y           += timer.o
11 obj-y           += sromc.o
12 obj-$(CONFIG_PWM)       += pwm.o
13 endif