On Wed, 2 Dec 2015 01:45:31 +0200 Justin Swartz <[email protected]> wrote:
> Signed-off-by: Justin Swartz <[email protected]> > --- > Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Makefile b/Makefile > index 53d6a0d..df7085a 100644 > --- a/Makefile > +++ b/Makefile > @@ -145,6 +145,9 @@ sunxi-bootinfo: bootinfo.c > sunxi-meminfo: meminfo.c > $(CROSS_COMPILE)gcc -g -O0 -Wall -static -o $@ $^ > > +sunxi-script_extractor: script_extractor.c > + $(CROSS_COMPILE)gcc -g -O0 -Wall -static -o $@ $^ > + > .gitignore: Makefile > @for x in $(TOOLS) $(FEXC_LINKS) $(TARGET_TOOLS) '*.o' '*.swp'; do \ > echo "$$x"; \ Thanks, pushed to git. -- Best regards, Siarhei Siamashka -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
