]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/armltd/vexpress/Makefile
board: arm: convert makefiles to Kbuild style
[karo-tx-uboot.git] / board / armltd / vexpress / Makefile
index e7dc3122add8aa5f16353c8b9221b02e62ff8721..1dd6780708c4250614450287140034d1225d35b3 100644 (file)
@@ -5,23 +5,4 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(BOARD).o
-
-COBJS  := vexpress_common.o
-
-SRCS   := $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
-
-$(LIB):        $(obj).depend $(OBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y  := vexpress_common.o