]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/renesas/r0p7734/Makefile
sh: convert makefiles to Kbuild style
[people/ms/u-boot.git] / board / renesas / r0p7734 / Makefile
index 24933cc491097b74256cfb82e74c876df54c3e2f..1f24d9296200ce221a581563d3d56a329044b8cf 100644 (file)
@@ -3,25 +3,5 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(BOARD).o
-
-COBJS  := r0p7734.o
-SOBJS  := lowlevel_init.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  := r0p7734.o
+obj-y  += lowlevel_init.o