Commit 446b1108 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

Makefile: Install manually wrpc-vuart tool into the system.

parent b37f7cd1
......@@ -28,6 +28,7 @@ LM32_XCOMPILER_NAME_DIR="lm32-gcc-4.5.3"
all clean install: init
@for d in $(MAKE_DIRS); do $(MAKE) -C $$d $@ || exit 1; done
@if [ "x$@" = "xinstall" ]; then ./scripts/wr-ssk-get -i; fi
cp wrpc-sw/tools/wrpc-vuart /usr/local/sbin
## Init repo and create the .INIT file to not do it again
init: .INIT
......
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