diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/mips/lib/Makefile')
-rw-r--r-- | qemu/roms/u-boot/arch/mips/lib/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/mips/lib/Makefile b/qemu/roms/u-boot/arch/mips/lib/Makefile new file mode 100644 index 000000000..e483e86f6 --- /dev/null +++ b/qemu/roms/u-boot/arch/mips/lib/Makefile @@ -0,0 +1,15 @@ +# +# (C) Copyright 2003-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifndef CONFIG_SYS_GENERIC_BOARD +obj-y += board.o +endif +obj-y += io.o + +obj-$(CONFIG_CMD_BOOTM) += bootm.o + +lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashldi3.o ashrdi3.o lshrdi3.o |