diff options
author | Denys Vlasenko | 2016-11-14 17:30:50 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-14 17:30:50 +0100 |
commit | f417ffd88f194bbfd18605882ee242190c1bab34 (patch) | |
tree | 42d49dd65f7722e2c5322cd829acdf829c147655 /util-linux/Kbuild.src | |
parent | 1924e99ad3513990f317c4295c35d5861521555a (diff) | |
download | busybox-f417ffd88f194bbfd18605882ee242190c1bab34.zip busybox-f417ffd88f194bbfd18605882ee242190c1bab34.tar.gz |
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 0b87c52..5ee5cf7 100644 --- a/util-linux/Kbuild.src +++ b/util-linux/Kbuild.src @@ -40,6 +40,5 @@ lib-$(CONFIG_READPROFILE) += readprofile.o lib-$(CONFIG_RTCWAKE) += rtcwake.o lib-$(CONFIG_SCRIPT) += script.o lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o -lib-$(CONFIG_SWAPONOFF) += swaponoff.o lib-$(CONFIG_SWITCH_ROOT) += switch_root.o lib-$(CONFIG_UMOUNT) += umount.o |