]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/wandboard/Makefile
board: arm: convert makefiles to Kbuild style
[karo-tx-uboot.git] / board / wandboard / Makefile
index d4782e0c795c3ce90be867962448ecb1ac3fc7a1..5b50ecaf22d69a64f7803d0fabb2f7b0017560e2 100644 (file)
@@ -4,23 +4,4 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(BOARD).o
-
-COBJS  := wandboard.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  := wandboard.o