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-w32-d095fd4d95fd6241847f01e4fd674bc177310c33.tar.gz
busybox-w32-d095fd4d95fd6241847f01e4fd674bc177310c33.tar.bz2
busybox-w32-d095fd4d95fd6241847f01e4fd674bc177310c33.zip
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
17lib-$(CONFIG_DEVMEM) += devmem.o 17lib-$(CONFIG_DEVMEM) += devmem.o
18lib-$(CONFIG_EJECT) += eject.o 18lib-$(CONFIG_EJECT) += eject.o
19lib-$(CONFIG_FBSPLASH) += fbsplash.o 19lib-$(CONFIG_FBSPLASH) += fbsplash.o
20lib-$(CONFIG_FLASHCP) += flashcp.o
20lib-$(CONFIG_FLASH_ERASEALL) += flash_eraseall.o 21lib-$(CONFIG_FLASH_ERASEALL) += flash_eraseall.o
21lib-$(CONFIG_FLASH_LOCK) += flash_lock_unlock.o 22lib-$(CONFIG_FLASH_LOCK) += flash_lock_unlock.o
22lib-$(CONFIG_FLASH_UNLOCK) += flash_lock_unlock.o 23lib-$(CONFIG_FLASH_UNLOCK) += flash_lock_unlock.o