| Submitter | Mike Frysinger |
|---|---|
| Date | July 20, 2010, 3:06 a.m. |
| Message ID | <1279595201-16520-1-git-send-email-vapier@gentoo.org> |
| Download | mbox | patch |
| Permalink | /patch/59269/ |
| State | Superseded, archived |
| Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile index b558705..8457654 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ endif SUBDIRS = lib ubi-utils mkfs.ubifs +# mkfs.ubifs needs -lubi which is in ubi-utils/ +subdirs_mkfs.ubifs_all: subdirs_ubi-utils_all + TARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \ ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info \ flash_otp_info flash_otp_dump mtd_debug flashcp nandwrite nandtest \
Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)