Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-21 05:18:07 +0400
committerMike Frysinger <vapier@gentoo.org>2006-04-21 05:18:07 +0400
commit586ea61284a6ef90d4274b10f2e36e67e62973df (patch)
treea912b58e4697dabf3f3335cd35b3f5011c1fb500 /Makefile
parent791976490b7c8838ccd847e30e9348c2c72b5e88 (diff)
2006-04-20 Shaun Jackman <sjackman@gmail.com>
* Makefile: Build a bFLT binary. * Rules.mak: Ditto.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 29e741ddd..977df5d4e 100644
--- a/Makefile
+++ b/Makefile
@@ -305,6 +305,9 @@ busybox: busybox_unstripped
$(Q)cp busybox_unstripped busybox
$(do_strip)
+%.bflt: %_unstripped
+ $(do_elf2flt)
+
busybox.links: $(top_srcdir)/applets/busybox.mkll include/bb_config.h $(top_srcdir)/include/applets.h
$(Q)-$(SHELL) $^ >$@