X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fm68k%2Flib%2FMakefile;h=dbca42cd7a95887b311f1364a7ee2e5f22ef6728;hb=59fe23c2e0bc442c9344852425155f0d683e217c;hp=73d40bda8bdabdb1229324c85c8cad8d9065283f;hpb=b491d9757d14415edcb1468ed896a704d0f0cfe7;p=oweals%2Fu-boot.git diff --git a/arch/m68k/lib/Makefile b/arch/m68k/lib/Makefile index 73d40bda8b..dbca42cd7a 100644 --- a/arch/m68k/lib/Makefile +++ b/arch/m68k/lib/Makefile @@ -5,6 +5,10 @@ # SPDX-License-Identifier: GPL-2.0+ # +## Build a couple of necessary functions into a private libgcc +## if the user asked for it +lib-$(CONFIG_USE_PRIVATE_LIBGCC) += lshrdi3.o muldi3.o ashldi3.o + obj-$(CONFIG_CMD_BOOTM) += bootm.o obj-y += cache.o obj-y += interrupts.o