Commit 1da9ea01 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added copying of generated files into linux-elphel project

parent c4e4481a
......@@ -40,8 +40,10 @@ do_pull(){
do_generate(){
# provided R3 is x393
# and R2 is linux-elphel
cd ${DEV_DIR}/${R3}/py393;
./generate_c.sh
cp generated/* ${DEV_DIR}/{R2}/src/drivers/elphel
}
addtask do_generate before do_compile after do_pull
......
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