diff options
author | Mike Frysinger | 2006-04-21 01:18:07 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-04-21 01:18:07 +0000 |
commit | 586ea61284a6ef90d4274b10f2e36e67e62973df (patch) | |
tree | a912b58e4697dabf3f3335cd35b3f5011c1fb500 /Makefile | |
parent | 791976490b7c8838ccd847e30e9348c2c72b5e88 (diff) | |
download | busybox-586ea61284a6ef90d4274b10f2e36e67e62973df.zip busybox-586ea61284a6ef90d4274b10f2e36e67e62973df.tar.gz |
2006-04-20 Shaun Jackman <sjackman@gmail.com>
* Makefile: Build a bFLT binary.
* Rules.mak: Ditto.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) $^ >$@ |