mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
4e1aa8437a
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
13 lines
235 B
Makefile
13 lines
235 B
Makefile
#
|
|
# Copyright (C) 2009 Samsung Electronics
|
|
# Minkyu Kang <mk7.kang@samsung.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += cpu_info.o
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += timer.o
|
|
obj-y += sromc.o
|
|
obj-$(CONFIG_PWM) += pwm.o
|
|
endif
|