10 lines
167 B
Bash
Executable File
10 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
export PATH=/opt/arm-gcc:/opt/Xilinx/14.7/ISE_DS/EDK/bin/lin64:$PATH
|
|
|
|
CUR=$(pwd)
|
|
|
|
cd LED_Controller_bsp && make
|
|
cd $CUR
|
|
cd LED_Controller/Release && make
|
|
|