aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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) $^ >$@