]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/st-ericsson/u8500/Makefile
board: arm: convert makefiles to Kbuild style
[karo-tx-uboot.git] / board / st-ericsson / u8500 / Makefile
index 4b901d25e8fb20c615eb41419b1e1a92157bb034..b9dfbe935959cb3ac73d31b5742e7aa0d866a95d 100644 (file)
@@ -4,25 +4,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
 CFLAGS += -D__RELEASE -D__STN_8500
-LIB    = $(obj)lib$(BOARD).o
-
-COBJS  := u8500_href.o gpio.o
-
-SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
-SOBJS  := $(addprefix $(obj),$(SOBJS))
-
-$(LIB): $(obj).depend $(OBJS) $(SOBJS)
-       $(call cmd_link_o_target, $(OBJS) $(SOBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
 
-#########################################################################
+obj-y  := u8500_href.o gpio.o