]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/ext4/Makefile
ext4: Split write support into its own file
[karo-tx-uboot.git] / fs / ext4 / Makefile
index bb801f905473d431d432225fa645ebf884209cd3..3bde82418e5c9bf1426a31055cd85e5300bca6c5 100644 (file)
@@ -31,7 +31,7 @@ LIB   = $(obj)libext4fs.o
 
 AOBJS  =
 COBJS-$(CONFIG_FS_EXT4) := ext4fs.o ext4_common.o dev.o
-COBJS-$(CONFIG_EXT4_WRITE) += ext4_journal.o crc16.o
+COBJS-$(CONFIG_EXT4_WRITE) += ext4_write.o ext4_journal.o crc16.o
 
 SRCS   := $(AOBJS:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(AOBJS) $(COBJS-y))