From db054160522546a1ad1110aa9bedc8dae456e3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Tue, 18 Mar 2014 07:13:02 +0100 Subject: Add F2FS support. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a0f82a..b1c6b56 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ CONF_FILES := mkinitfs.conf \ modules.d/ext2 \ modules.d/ext3 \ modules.d/ext4 \ + modules.d/f2fs \ modules.d/floppy \ modules.d/gfs2 \ modules.d/jfs \ @@ -40,7 +41,7 @@ CONF_FILES := mkinitfs.conf \ files.d/kms \ files.d/lvm -SCRIPTS := $(SBIN_FILES) initramfs-init +SCRIPTS := $(SBIN_FILES) initramfs-init IN_FILES := $(addsuffix .in,$(SCRIPTS)) GIT_REV := $(shell test -d .git && git describe || echo exported) -- cgit v1.2.3