]> git.sur5r.net Git - u-boot/blobdiff - arch/nds32/lib/Makefile
dm: video: Add a operation to display uclass
[u-boot] / arch / nds32 / lib / Makefile
index 5de2d289dfc118f034301e358164fe6818f2c75c..1a0d26f2e13c61c5c2161809d628f51e25132392 100644 (file)
@@ -9,23 +9,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(ARCH).o
-
-OBJS   := board.o cache.o interrupts.o
-COBJS-$(CONFIG_CMD_BOOTM) += bootm.o
-
-all:   $(LIB)
-
-$(LIB):        $(OBJS) $(SOBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y += cache.o
+obj-$(CONFIG_CMD_BOOTM) += bootm.o
+obj-y += interrupts.o