X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=arch%2Fmips%2Flib%2FMakefile;h=ac536da674d3958063f35f8e4bc76ae4c777f3d5;hp=e483e86f6b471e69e4b38b190c0c14278294a621;hb=HEAD;hpb=adcdeacc3eda1e5949e54062aa99c299e12483be diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile index e483e86f6b..ac536da674 100644 --- a/arch/mips/lib/Makefile +++ b/arch/mips/lib/Makefile @@ -5,9 +5,8 @@ # SPDX-License-Identifier: GPL-2.0+ # -ifndef CONFIG_SYS_GENERIC_BOARD -obj-y += board.o -endif +obj-y += cache.o +obj-y += cache_init.o obj-y += io.o obj-$(CONFIG_CMD_BOOTM) += bootm.o