diff options
author | Mike Frysinger | 2007-06-19 15:58:02 +0000 |
---|---|---|
committer | Mike Frysinger | 2007-06-19 15:58:02 +0000 |
commit | 5b5bcf24f5293f7f3db0aca9af98777a5aff6be2 (patch) | |
tree | 88d6cf678bcb1f56e3aba070df52091d733eb122 /Makefile.custom | |
parent | 31789a81d5751acaaf373e8ede2932208161f869 (diff) | |
download | busybox-5b5bcf24f5293f7f3db0aca9af98777a5aff6be2.zip busybox-5b5bcf24f5293f7f3db0aca9af98777a5aff6be2.tar.gz |
punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling
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) $^ >$@ |