aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Kbuild
diff options
context:
space:
mode:
authorStefan Seyfried <stefan.seyfried@googlemail.com>2009-11-21 18:32:19 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-21 18:32:19 +0100
commitd095fd4d95fd6241847f01e4fd674bc177310c33 (patch)
treea860321d92a028c5e54f227497d9605fe1dc5a10 /miscutils/Kbuild
parent102ff76c845746f9c0bae65299176a0a49f85260 (diff)
downloadbusybox-d095fd4d95fd6241847f01e4fd674bc177310c33.tar.gz
flashcp: new applet by Stefan Seyfried. +900 bytes
Signed-off-by: Stefan Seyfried <stefan.seyfried@googlemail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r--miscutils/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Kbuild b/miscutils/Kbuild
index 22a9adb34..bbfa93dc7 100644
--- a/miscutils/Kbuild
+++ b/miscutils/Kbuild
@@ -17,6 +17,7 @@ lib-$(CONFIG_DEVFSD) += devfsd.o
lib-$(CONFIG_DEVMEM) += devmem.o
lib-$(CONFIG_EJECT) += eject.o
lib-$(CONFIG_FBSPLASH) += fbsplash.o
+lib-$(CONFIG_FLASHCP) += flashcp.o
lib-$(CONFIG_FLASH_ERASEALL) += flash_eraseall.o
lib-$(CONFIG_FLASH_LOCK) += flash_lock_unlock.o
lib-$(CONFIG_FLASH_UNLOCK) += flash_lock_unlock.o