diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-16 16:18:50 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-16 16:18:50 +0100 |
commit | 10880cc20ff424c5443a8fc6b6afa5c59c5ef602 (patch) | |
tree | 5f36a6d8872bdeb2e1955a181286ba0483c3160d /util-linux/Kbuild.src | |
parent | 0581a2f3041184db1af997305908e211d3e4e34f (diff) | |
download | busybox-w32-10880cc20ff424c5443a8fc6b6afa5c59c5ef602.tar.gz busybox-w32-10880cc20ff424c5443a8fc6b6afa5c59c5ef602.tar.bz2 busybox-w32-10880cc20ff424c5443a8fc6b6afa5c59c5ef602.zip |
Make mkfs.vfat and mkdosfs individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Kbuild.src')
-rw-r--r-- | util-linux/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/Kbuild.src b/util-linux/Kbuild.src index 41cf77809..dfd50afa2 100644 --- a/util-linux/Kbuild.src +++ b/util-linux/Kbuild.src | |||
@@ -28,7 +28,6 @@ lib-$(CONFIG_LSPCI) += lspci.o | |||
28 | lib-$(CONFIG_LSUSB) += lsusb.o | 28 | lib-$(CONFIG_LSUSB) += lsusb.o |
29 | lib-$(CONFIG_MKFS_MINIX) += mkfs_minix.o | 29 | lib-$(CONFIG_MKFS_MINIX) += mkfs_minix.o |
30 | lib-$(CONFIG_MKFS_REISER) += mkfs_reiser.o | 30 | lib-$(CONFIG_MKFS_REISER) += mkfs_reiser.o |
31 | lib-$(CONFIG_MKFS_VFAT) += mkfs_vfat.o | ||
32 | lib-$(CONFIG_MKSWAP) += mkswap.o | 31 | lib-$(CONFIG_MKSWAP) += mkswap.o |
33 | lib-$(CONFIG_MORE) += more.o | 32 | lib-$(CONFIG_MORE) += more.o |
34 | lib-$(CONFIG_MOUNT) += mount.o | 33 | lib-$(CONFIG_MOUNT) += mount.o |