diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-14 17:30:50 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-14 17:30:50 +0100 |
commit | f417ffd88f194bbfd18605882ee242190c1bab34 (patch) | |
tree | 42d49dd65f7722e2c5322cd829acdf829c147655 /util-linux/Kbuild.src | |
parent | 1924e99ad3513990f317c4295c35d5861521555a (diff) | |
download | busybox-w32-f417ffd88f194bbfd18605882ee242190c1bab34.tar.gz busybox-w32-f417ffd88f194bbfd18605882ee242190c1bab34.tar.bz2 busybox-w32-f417ffd88f194bbfd18605882ee242190c1bab34.zip |
Make swapon and swapoff individually selectable.
For example, without swapoff, code shrinks by 277 bytes.
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 0b87c52ac..5ee5cf7ff 100644 --- a/util-linux/Kbuild.src +++ b/util-linux/Kbuild.src | |||
@@ -40,6 +40,5 @@ lib-$(CONFIG_READPROFILE) += readprofile.o | |||
40 | lib-$(CONFIG_RTCWAKE) += rtcwake.o | 40 | lib-$(CONFIG_RTCWAKE) += rtcwake.o |
41 | lib-$(CONFIG_SCRIPT) += script.o | 41 | lib-$(CONFIG_SCRIPT) += script.o |
42 | lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o | 42 | lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o |
43 | lib-$(CONFIG_SWAPONOFF) += swaponoff.o | ||
44 | lib-$(CONFIG_SWITCH_ROOT) += switch_root.o | 43 | lib-$(CONFIG_SWITCH_ROOT) += switch_root.o |
45 | lib-$(CONFIG_UMOUNT) += umount.o | 44 | lib-$(CONFIG_UMOUNT) += umount.o |