aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2014-03-18 07:13:02 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2014-03-18 07:18:10 +0100
commitdb054160522546a1ad1110aa9bedc8dae456e3f0 (patch)
treec08aff87e9be96339214373ccbf3a000aea59e65 /Makefile
parent9f9943eb32bc5129c450da785af021372d1d3fa5 (diff)
downloadmkinitfs-db054160522546a1ad1110aa9bedc8dae456e3f0.tar.bz2
mkinitfs-db054160522546a1ad1110aa9bedc8dae456e3f0.tar.xz
Add F2FS support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)