[U-Boot] How to build tools/imls ?

Hello.
I could not understand where tools/imls/Makefile is invoked from. (I grepped the top Makefile with "imls" but no hit.)
So, I treaked as follows to add imls entry point:
--- a/Makefile +++ b/Makefile @@ -773,7 +773,7 @@ $(TIMESTAMP_FILE): @LC_ALL=C date +'#define U_BOOT_TIME "%T"' >> $@.tmp @cmp -s $@ $@.tmp && rm -f $@.tmp || mv -f $@.tmp $@
-easylogo env gdb: +easylogo env gdb imls: $(MAKE) -C tools/$@ all MTD_VERSION=${MTD_VERSION} gdbtools: gdb
And I tried "make imls". But I still had a error like follows:
tools/imls/imls.c:17:22: fatal error: asm/page.h: No such file or directory #include <asm/page.h> ^ compilation terminated. make[1]: *** [imls.o] Error 1
It seems already to be broken.
Anybody would mind if I deleted "tools/imls" ? Anybody use this tool?
Best Regards Masahiro Yamada
participants (1)
-
Masahiro Yamada