tux3: Add tux3 to fs makefile and config
Signed-off-by: Daniel Phillips <d.phillips@partner.samsung.com>
diff --git a/fs/Kconfig b/fs/Kconfig
index 312393f..2818612 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -31,6 +31,7 @@
default y if EXT4_FS=y
default m if EXT2_FS_XATTR || EXT3_FS_XATTR || EXT4_FS
+source "fs/tux3/Kconfig"
source "fs/reiserfs/Kconfig"
source "fs/jfs/Kconfig"
diff --git a/fs/Makefile b/fs/Makefile
index f9cb987..400da97 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -70,6 +70,8 @@
obj-$(CONFIG_EXT4_FS) += ext4/
obj-$(CONFIG_JBD) += jbd/
obj-$(CONFIG_JBD2) += jbd2/
+obj-$(CONFIG_TUX3) += tux3/
+obj-$(CONFIG_TUX3_MMAP) += tux3/
obj-$(CONFIG_CRAMFS) += cramfs/
obj-$(CONFIG_SQUASHFS) += squashfs/
obj-y += ramfs/