From 586ea61284a6ef90d4274b10f2e36e67e62973df Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Fri, 21 Apr 2006 01:18:07 +0000
Subject: 2006-04-20  Shaun Jackman  <sjackman@gmail.com>         * Makefile:
 Build a bFLT binary.         * Rules.mak: Ditto.

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'Makefile')

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) $^ >$@
 
-- 
cgit v1.2.3