diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-22 20:51:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-22 20:51:41 +0000 |
commit | 23856ab8e6805538f907dcf032a0168676df0d90 (patch) | |
tree | 8cb15ef5b68d2681ba75e1af7e8439359d1a8a6a /miscutils/Kbuild | |
parent | f588f70b91f7d4b36bf7c3b7010d2b583b574c12 (diff) | |
download | busybox-w32-23856ab8e6805538f907dcf032a0168676df0d90.tar.gz busybox-w32-23856ab8e6805538f907dcf032a0168676df0d90.tar.bz2 busybox-w32-23856ab8e6805538f907dcf032a0168676df0d90.zip |
move microcom to miscutils
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r-- | miscutils/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Kbuild b/miscutils/Kbuild index b420d68e7..a9dc833e6 100644 --- a/miscutils/Kbuild +++ b/miscutils/Kbuild | |||
@@ -17,6 +17,7 @@ lib-$(CONFIG_HDPARM) += hdparm.o | |||
17 | lib-$(CONFIG_LAST) += last.o | 17 | lib-$(CONFIG_LAST) += last.o |
18 | lib-$(CONFIG_LESS) += less.o | 18 | lib-$(CONFIG_LESS) += less.o |
19 | lib-$(CONFIG_MAKEDEVS) += makedevs.o | 19 | lib-$(CONFIG_MAKEDEVS) += makedevs.o |
20 | lib-$(CONFIG_MICROCOM) += microcom.o | ||
20 | lib-$(CONFIG_MOUNTPOINT) += mountpoint.o | 21 | lib-$(CONFIG_MOUNTPOINT) += mountpoint.o |
21 | lib-$(CONFIG_MT) += mt.o | 22 | lib-$(CONFIG_MT) += mt.o |
22 | lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o | 23 | lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o |