diff options
Diffstat (limited to 'procps/Kbuild.src')
-rw-r--r-- | procps/Kbuild.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/procps/Kbuild.src b/procps/Kbuild.src index 8e62fdf..c41f12b 100644 --- a/procps/Kbuild.src +++ b/procps/Kbuild.src @@ -5,6 +5,8 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= + +INSERT lib-$(CONFIG_FREE) += free.o lib-$(CONFIG_FUSER) += fuser.o lib-$(CONFIG_KILL) += kill.o |