summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/arch/sh/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/arch/sh/lib/Makefile')
-rw-r--r--qemu/roms/u-boot/arch/sh/lib/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/sh/lib/Makefile b/qemu/roms/u-boot/arch/sh/lib/Makefile
new file mode 100644
index 000000000..8a84b24af
--- /dev/null
+++ b/qemu/roms/u-boot/arch/sh/lib/Makefile
@@ -0,0 +1,19 @@
+#
+# Copyright (c) 2007
+# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+
+obj-y += board.o
+obj-$(CONFIG_CMD_BOOTM) += bootm.o
+ifeq ($(CONFIG_SH2),y)
+obj-y += time_sh2.o
+else
+obj-y += time.o
+endif
+obj-$(CONFIG_CMD_SH_ZIMAGEBOOT) += zimageboot.o
+
+lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashiftrt.o ashiftlt.o lshiftrt.o \
+ ashldi3.o ashrsi3.o lshrdi3.o movmem.o