]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/st-ericsson/snowball/Makefile
board: arm: convert makefiles to Kbuild style
[karo-tx-uboot.git] / board / st-ericsson / snowball / Makefile
index d6f45df3a59a52cd41b5f72c0786baa8ff31440a..6867a70b7cf269b4b3bb8c26fc9d26e92839af5c 100644 (file)
@@ -4,30 +4,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
 CFLAGS += -D__RELEASE -D__STN_8500
-LIB    = $(obj)lib$(BOARD).o
-
-COBJS  := snowball.o
-
-SRCS   := $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
-
-$(LIB): $(obj).depend $(OBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-clean:
-       rm -f $(OBJS)
-
-distclean:     clean
-       rm -f $(LIB) core *.bak $(obj).depend
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
 
-#########################################################################
+obj-y  := snowball.o