diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-19 11:28:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-19 11:28:52 +0000 |
commit | c77e843c0927bc4235d6d54981bcf7fdaa9f0421 (patch) | |
tree | 07f4acd33b33c4159abfd50b5f9424409ab7a2a4 /util-linux/Kbuild | |
parent | d7cc2e601d9d909ca9de168da746dede7487e860 (diff) | |
download | busybox-w32-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.tar.gz busybox-w32-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.tar.bz2 busybox-w32-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.zip |
- add new applet rdev (Grant Erickson)
- fixes and shrink (me)
Diffstat (limited to 'util-linux/Kbuild')
-rw-r--r-- | util-linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Kbuild b/util-linux/Kbuild index c0c2db701..38569c69b 100644 --- a/util-linux/Kbuild +++ b/util-linux/Kbuild | |||
@@ -26,6 +26,7 @@ lib-$(CONFIG_MORE) += more.o | |||
26 | lib-$(CONFIG_MOUNT) += mount.o | 26 | lib-$(CONFIG_MOUNT) += mount.o |
27 | lib-$(CONFIG_PIVOT_ROOT) += pivot_root.o | 27 | lib-$(CONFIG_PIVOT_ROOT) += pivot_root.o |
28 | lib-$(CONFIG_RDATE) += rdate.o | 28 | lib-$(CONFIG_RDATE) += rdate.o |
29 | lib-$(CONFIG_RDEV) += rdev.o | ||
29 | lib-$(CONFIG_READPROFILE) += readprofile.o | 30 | lib-$(CONFIG_READPROFILE) += readprofile.o |
30 | lib-$(CONFIG_RTCWAKE) += rtcwake.o | 31 | lib-$(CONFIG_RTCWAKE) += rtcwake.o |
31 | lib-$(CONFIG_SCRIPT) += script.o | 32 | lib-$(CONFIG_SCRIPT) += script.o |