diff options
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.custom b/Makefile.custom index cf3d143..bb59776 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -2,9 +2,6 @@ # Build system # ========================================================================== -%.bflt: %_unstripped - $(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@ - busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h $(Q)-$(SHELL) $^ >$@ |