Merge git://www.denx.de/git/u-boot-marvell
[oweals/u-boot.git] / fs / reiserfs / Makefile
index d81d71d3927a43e6785fb8d27ea05dbdc7b33c00..5a692f0ee7757b8c2d6682816dfadb1d635cfcfc 100644 (file)
@@ -9,28 +9,4 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)libreiserfs.o
-
-AOBJS  =
-COBJS-$(CONFIG_CMD_REISER) := reiserfs.o dev.o mode_string.o
-
-SRCS   := $(AOBJS:.o=.S) $(COBJS-y:.o=.c)
-OBJS   := $(addprefix $(obj),$(AOBJS) $(COBJS-y))
-
-#CPPFLAGS +=
-
-all:   $(LIB) $(AOBJS)
-
-$(LIB):        $(obj).depend $(OBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y := reiserfs.o dev.o mode_string.o