]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/mips/lib/Makefile
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / arch / mips / lib / Makefile
index 370592668e3e7ad2b2c7cf7b9fc57346622835c9..ac536da674d3958063f35f8e4bc76ae4c777f3d5 100644 (file)
@@ -5,12 +5,10 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-y  += board.o
+obj-y  += cache.o
+obj-y  += cache_init.o
+obj-y  += io.o
+
 obj-$(CONFIG_CMD_BOOTM) += bootm.o
 
-# Build private libgcc only when asked for
-ifdef USE_PRIVATE_LIBGCC
-lib-y  += ashldi3.o
-lib-y  += ashrdi3.o
-lib-y  += lshrdi3.o
-endif
+lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashldi3.o ashrdi3.o lshrdi3.o