]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/matrix_vision/common/Makefile
gic: fixed compilation error in GICv2 wait for interrupt macro
[karo-tx-uboot.git] / board / matrix_vision / common / Makefile
index 8593a8633edd43d309e11f479b6e1fa9c0404b8f..699da1ca275668d54a4103acfcc3797b91bb251c 100644 (file)
@@ -5,28 +5,4 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-ifneq ($(OBJTREE),$(SRCTREE))
-$(shell mkdir -p $(obj)board/$(VENDOR)/common)
-endif
-
-LIB    = $(obj)lib$(VENDOR).o
-
-COBJS-y        = mv_common.o
-
-SRCS   := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS-y))
-SOBJS  := $(addprefix $(obj),$(SOBJS))
-
-$(LIB):        $(obj).depend $(OBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y  = mv_common.o