Commit c7ea2b6e authored by Alejandro Mery's avatar Alejandro Mery
Browse files

nand-part: rename `mbr` to a more meaningful name

parent 3fc53401
...@@ -4,6 +4,6 @@ fex2bin ...@@ -4,6 +4,6 @@ fex2bin
bootinfo bootinfo
fel fel
pio pio
mbr nand-part
*.o *.o
*.swp *.swp
...@@ -3,7 +3,7 @@ CFLAGS = -g -O0 -Wall -Wextra ...@@ -3,7 +3,7 @@ CFLAGS = -g -O0 -Wall -Wextra
CFLAGS += -std=c99 -D_POSIX_C_SOURCE=200112L CFLAGS += -std=c99 -D_POSIX_C_SOURCE=200112L
TOOLS = fexc bin2fex fex2bin bootinfo fel pio TOOLS = fexc bin2fex fex2bin bootinfo fel pio
TOOLS += mbr TOOLS += nand-part
MISC_TOOLS = phoenix_info MISC_TOOLS = phoenix_info
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include "mbr.h" #include "nand-part.h"
#define MAX_NAME 16 #define MAX_NAME 16
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment