X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fmips%2Flib%2FMakefile;h=659c6ad187cdfd025caaa75e4fc000ae6d50a63b;hb=23465119610f47b469a3929c077ece5859f77455;hp=88ef1c59ab59bf6081dd43a61c6631bcaf12f460;hpb=11a932fb18a497fc1b9ad0c4c0e3c5969e455a42;p=u-boot diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile index 88ef1c59ab..659c6ad187 100644 --- a/arch/mips/lib/Makefile +++ b/arch/mips/lib/Makefile @@ -5,8 +5,11 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += board.o -obj-y += io.o +obj-y += cache.o +obj-y += cache_init.o +obj-y += genex.o +obj-y += stack.o +obj-y += traps.o obj-$(CONFIG_CMD_BOOTM) += bootm.o